Add Order Set Pdf
This commit is contained in:
@@ -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 = 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