Merge branch 'adminbsb_material_ui'

This commit is contained in:
Aung Myo
2018-05-04 14:19:55 +06:30
3 changed files with 156 additions and 47 deletions

View File

@@ -18,9 +18,6 @@ class Origami::AddordersController < BaseOrigamiController
if check_mobile
@webview = true
end
today = DateTime.now
day = Date.today.wday
@menus = Menu.all
@menu = MenuCategory.active.where("menu_id =#{@menus[0].id}").order('order_by asc')
@table_id = params[:id]