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 OrderItemCustomisePdf < 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.order_no_font_size,:align => :left
end
move_down 1

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

View File

@@ -56,7 +56,7 @@ class OrderSetItemCustomisePdf < 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.order_no_font_size,:align => :left
end
move_down 1

View File

@@ -61,7 +61,7 @@ class OrderSummaryCustomisePdf < 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.order_no_font_size,:align => :left
end
move_down 1

View File

@@ -60,7 +60,7 @@ class OrderSummarySetCustomisePdf < 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.order_no_font_size,:align => :left
end
move_down 1

View File

@@ -60,7 +60,7 @@ class OrderSummarySlimCustomisePdf < 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