shop_code
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
class Foodcourt::SurveysController < BaseFoodcourtController
|
||||
def new
|
||||
@shop = Shop.current_shop
|
||||
@webview = false
|
||||
if check_mobile
|
||||
@webview = true
|
||||
@@ -38,6 +39,7 @@ class Foodcourt::SurveysController < BaseFoodcourtController
|
||||
end
|
||||
|
||||
def create
|
||||
@shop = Shop.current_shop
|
||||
@type = params[:cashier_type]
|
||||
@sale_id = params[:sale_id]
|
||||
if params[:table_id].to_i>0
|
||||
|
||||
Reference in New Issue
Block a user