This commit is contained in:
@@ -37,7 +37,7 @@ class OrderSummarySetCustomisePdf < Prawn::Document
|
||||
text "Mobile Order", :size => self.header_font_size,:align => :center, :style=>:bold
|
||||
move_down 1
|
||||
y_position = cursor
|
||||
bounding_box([0,y_position], :width =>self.item_description_width, :height => self.item_height) do
|
||||
bounding_box([0,y_position], :width =>self.item_description_width) do
|
||||
text "#{order[0].contact_no}", :size => self.header_font_size,:align => :left
|
||||
end
|
||||
if !order[0].dining.nil?
|
||||
|
||||
Reference in New Issue
Block a user