all items foc case fixed

This commit is contained in:
Zoey
2019-07-03 14:15:09 +06:30
parent 8a6b8dfa59
commit 569f074a4e
4 changed files with 25 additions and 25 deletions

View File

@@ -131,7 +131,7 @@ class Api::BillController < Api::ApiController
#member_info = Customer.get_member_account(customer)
# 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
def request_bill