print receipt bill

This commit is contained in:
Zoey
2019-07-03 13:49:54 +06:30
parent 29ef6c17f9
commit b7368314c5
10 changed files with 20 additions and 20 deletions

View File

@@ -120,7 +120,7 @@ class Origami::RequestBillsController < ApplicationController
# printer = Printer::ReceiptPrinter.new(print_settings)
# printer.print_receipt_bill(print_settings,@sale_items,@sale_data,customer.name, item_price_by_accounts,member_info,shop_details)
# printer.print_receipt_bill(print_settings, false, nil,@sale_items,@sale_data,customer.name, item_price_by_accounts,member_info,shop_details)
end
end