move down item in bill
This commit is contained in:
@@ -145,7 +145,7 @@ class ReceiptBillPdf < Prawn::Document
|
||||
text_box "#{number_with_precision(qty, :precision => precision.to_i)}", :at =>[item_name_width,y_position], :width => self.qty_width, :size => self.item_font_size, :align => :center, :overflow => :shrink_to_fix
|
||||
text_box "#{number_with_precision(total_price, :precision => precision.to_i, :delimiter => delimiter)}", :at =>[(item_name_width+4),y_position], :width =>self.total_width+3, :size => self.item_font_size, :align => :right, :overflow => :shrink_to_fix
|
||||
}
|
||||
move_down 3
|
||||
move_down 5
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user