conflit modified changes

This commit is contained in:
EikhantMon
2018-05-25 17:44:36 +06:30
11 changed files with 584 additions and 414 deletions

View File

@@ -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