customer update

This commit is contained in:
Myat Zin Wai Maw
2019-06-20 18:26:10 +06:30
parent 55c9e0c578
commit 3716cbdda7
4 changed files with 15 additions and 8 deletions

View File

@@ -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