shop_code
This commit is contained in:
@@ -154,6 +154,7 @@ class Origami::FoodCourtController < ApplicationController
|
||||
end
|
||||
|
||||
def get_all_product()
|
||||
@shop = Shop.current_shop
|
||||
@product = Product..where("shop_code='#{@shop.shop_code}'")
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user