update fixed issues for quickservice from sqa
This commit is contained in:
@@ -14,7 +14,7 @@ class Origami::QuickServiceController < ApplicationController
|
||||
# @rooms = Room.all.active.order('zone_id asc').group("zone_id")
|
||||
# @all_table = Table.all.active.order('status desc')
|
||||
# @all_room = Room.all.active.order('status desc')
|
||||
# render "origami/addorders/detail"
|
||||
render "origami/addorders/detail"
|
||||
end
|
||||
|
||||
def modify_order
|
||||
@@ -51,6 +51,7 @@ class Origami::QuickServiceController < ApplicationController
|
||||
else
|
||||
@booking = nil
|
||||
end
|
||||
render "origami/addorders/detail"
|
||||
end
|
||||
|
||||
def update_modify_order
|
||||
|
||||
Reference in New Issue
Block a user