overall void update

This commit is contained in:
Zin Lin Phyo
2017-06-26 18:13:43 +06:30
parent 5489da2066
commit 9d76e1313a
10 changed files with 1115 additions and 1 deletions

View File

@@ -128,7 +128,7 @@ Rails.application.routes.draw do
#resources :customers
get '/:sale_id/customers', to: "customers#add_customer"
get '/:customer_id/get_customer' => 'home#get_customer',:as => "show_customer_details"
post '/:sale_id/update_sale' , to: "customers#update_sale_by_customer"#update customer id in sale table
post '/:sale_id/update_sale' , to: "customers#update_sale_by_customer" # update customer id in sale table
end
#--------- Waiter/Ordering Station ------------#