foc qty error fixed

This commit is contained in:
Zoey
2019-05-17 17:33:09 +06:30
4 changed files with 43 additions and 28 deletions

View File

@@ -66,7 +66,7 @@ class OrderSummaryPdf < Prawn::Document
move_down 5
y_position = cursor
bounding_box([0,y_position], :width => self.item_width, :height => self.item_height) do
text "OrderNo: #{order_no} ", :size => self.item_font_size,:align => :left
text "OrderNo: #{order_no}", :size => self.item_font_size,:align => :left
end
move_down 5