Merge branch 'foodcourt' of gitlab.com:code2lab/SXRestaurant into foodcourt

This commit is contained in:
Myat Zin Wai Maw
2020-03-04 10:03:25 +06:30
2 changed files with 24 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ class Foodcourt::FoodCourtController < ApplicationController
end
def index
@product = Product.all
if params[:sale_id].present?
sale =Sale.find(params[:sale_id])
if sale