fixes
- no tax after edit, discount, other charges - redirect after discount, edit and other changes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user