Read NFC
This commit is contained in:
@@ -22,7 +22,7 @@ class Foodcourt::DiscountsController < BaseFoodcourtController
|
||||
end
|
||||
|
||||
@member_discount = MembershipSetting.find_by_discount(1)
|
||||
@accounts = Account.where("shop_code='#{@shop.shop_code}'")
|
||||
@accounts = Account.all
|
||||
end
|
||||
|
||||
#discount page show from origami index with selected order
|
||||
|
||||
Reference in New Issue
Block a user