change qty_width in pdf

This commit is contained in:
EikhantMon
2018-06-01 10:47:14 +06:30
parent 7ba0019695
commit 2b35822102
8 changed files with 22 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ class OrderItemCustomisePdf < Prawn::Document
self.order_no_font_size = 8
self.margin = 0
self.price_width = 40 # No Need for item
self.qty_width = 25
self.qty_width = 40
self.total_width = 40 # No Need for item
self.item_width = self.page_width - (self.qty_width - self.margin)
self.item_height = 15