- no tax after edit, discount, other charges
- redirect after discount, edit and other changes
This commit is contained in:
DevTeam
2025-07-04 16:34:00 +06:30
parent f003900fee
commit 04e03896b9
5 changed files with 45 additions and 79 deletions

View File

@@ -18,7 +18,7 @@ class Foodcourt::QrpayController < BaseFoodcourtController
sale_id = params[:sale_id]
@trans_flag = true
@cashier_type = params[:cashier_type] || session[:cashier_type] || "food_court_qr"
@cashier_type = params[:cashier_type] || session[:cashier_type] || "food_court"
Rails.logger.info "Precreate action called with params: #{@cashier_type}"
# if params[:type] == "transaction"