add balance amount

This commit is contained in:
phyusin
2018-10-19 14:08:04 +06:30
parent 60c6400695
commit b0d5a23d13
2 changed files with 2 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ class ReceiptBillPdf < Prawn::Document
move_down line_move
if !latest_order_no.nil?
move_down line_move
text "OrderNo : #{ latest_order_no }", :size => self.header_font_size+2,:align => :left
text "OrderNo : #{ latest_order_no }", :size => self.header_font_size,:align => :left
end
move_down line_move