Merge branch 'crm' of bitbucket.org:code2lab/sxrestaurant into staging
This commit is contained in:
@@ -124,6 +124,9 @@ Rails.application.routes.draw do
|
||||
post "update_booking" , to: "bookings#update_booking", as: "update_booking"#assign and cancel
|
||||
get '/print/:id', to: "home#print_order"#print order for crm
|
||||
|
||||
get "/dining_queues/:id/assign" =>"dining_queues#assign", :as => "assign"
|
||||
post "/dining_queues/assign_table" =>"dining_queues#assign_table", :as => "assign_table"
|
||||
|
||||
end
|
||||
|
||||
#--------- Order Queue Station ------------#
|
||||
|
||||
Reference in New Issue
Block a user