customer update
This commit is contained in:
@@ -374,7 +374,7 @@ scope "(:locale)", locale: /en|mm/ do
|
||||
root "home#index"
|
||||
resources :customers
|
||||
get "/customers/:id/sync" => "customers#sync", as:"customer_sync"
|
||||
get "/customers/:id/customer_update_phone_email" => "customers#customer_update_phone_email", as:"customer_update_phone_email"
|
||||
get "/customers/:id/customer_update_phone_email_member_type" => "customers#customer_update_phone_email_member_type", as:"customer_update_phone_email_member_type"
|
||||
resources :dining_queues
|
||||
post "update_booking", to: "bookings#update_booking", as: "update_booking" #assign and cancel
|
||||
get '/print/:id', to: "home#print_order" #print order for crm
|
||||
|
||||
Reference in New Issue
Block a user