order print
This commit is contained in:
@@ -50,7 +50,7 @@ class ReceiptBillPdf < Prawn::Document
|
||||
move_down 3
|
||||
y_position = cursor
|
||||
text "Mobile Order", :size => self.header_font_size,:align => :center, :style=>:bold
|
||||
move_down 1
|
||||
move_down 2
|
||||
y_position = cursor
|
||||
bounding_box([0,y_position], :width =>self.item_description_width, :height => self.item_height) do
|
||||
text "#{sale_data.customer.contact_no}", :size => self.header_font_size,:align => :left
|
||||
|
||||
Reference in New Issue
Block a user