order font size chagned

This commit is contained in:
phyusin
2018-11-29 13:49:55 +06:30
parent 27f76e291b
commit 0fd3ff0bb5
6 changed files with 6 additions and 6 deletions

View File

@@ -57,7 +57,7 @@ class OrderItemSlimCustomisePdf < Prawn::Document
y_position = cursor
bounding_box([0,y_position], :width => self.item_width, :height => self.item_height) do
text "Booking: #{booking_id}", :size => self.item_font_size,:align => :left
text "Booking: #{booking_id}", :size => self.item_slim_font_size,:align => :left
end
move_down 1