update for oqs print

This commit is contained in:
Yan
2017-06-19 12:07:43 +06:30
parent dd3c429301
commit b826b479cd
2 changed files with 9 additions and 9 deletions

View File

@@ -71,7 +71,7 @@ class OrderItemPdf < Prawn::Document
add_order_items(order_item)
dash(1, :space => 1, :phase => 1)
stroke_horizontal_line 0, self.page_width
stroke_horizontal_line 0, (self.page_width - self.margin)
move_down 5
end