This commit is contained in:
Myat Zin Wai Maw
2020-02-27 16:47:22 +06:30
parent 4bffd640a0
commit 75e9a63c50
18 changed files with 68 additions and 68 deletions

View File

@@ -37,7 +37,7 @@ class OrderSetItemPdf < 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_set_item.contact_no}", :size => self.header_font_size,:align => :left
end
if !order_set_item.dining.nil?