receipt bill issue

This commit is contained in:
phyusin
2018-05-04 11:51:14 +06:30
parent 62636cc8c9
commit 162327ac4c
3 changed files with 5 additions and 4 deletions

View File

@@ -206,7 +206,6 @@ class ReceiptBillPdf < Prawn::Document
total_price = item.price #item.qty*item.unit_price - comment for room charges
price = item.unit_price
product_name = item.product_name
total_qty += item.qty
y_position = cursor