update void access code

This commit is contained in:
Aung Myo
2018-05-04 14:19:17 +06:30
parent 6d2146893c
commit 727070a1b8
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]