order font size chagned
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user