conflit modified changes
This commit is contained in:
@@ -8,7 +8,7 @@ class OrderItemSlimCustomisePdf < Prawn::Document
|
||||
self.item_font_size = print_settings.item_font_size.to_i
|
||||
self.margin = 0
|
||||
self.price_width = 40 # No Need for item
|
||||
self.qty_width = 40
|
||||
self.qty_width = 25
|
||||
self.total_width = 40 # No Need for item
|
||||
self.item_width = self.page_width - (self.qty_width - self.margin)
|
||||
self.item_height = 15
|
||||
|
||||
Reference in New Issue
Block a user