bitp order margin

This commit is contained in:
Yan
2017-07-05 10:54:46 +06:30
parent d8ba15f6ce
commit 836e32ed24
3 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ class OrderItemPdf < Prawn::Document
def initialize(print_settings,order_item, print_status, options, alt_name)
self.page_width = 180
self.page_height = 1450
self.margin = 5
self.margin = 0
self.price_width = 40 # No Need for item
self.qty_width = 30
self.total_width = 40 # No Need for item

View File

@@ -4,7 +4,7 @@ class OrderSummaryPdf < Prawn::Document
def initialize(print_settings,order, print_status, order_items = nil,alt_name)
self.page_width = 180
self.page_height = 1450
self.margin = 5
self.margin = 0
self.price_width = 40 # No Need for item
self.qty_width = 30
self.total_width = 40 # No Need for item

BIN
dump.rdb

Binary file not shown.