foodcourt

This commit is contained in:
Myat Zin Wai Maw
2019-12-17 13:49:15 +06:30
parent ce79038668
commit 4d0f13106d
11 changed files with 53 additions and 46 deletions

View File

@@ -83,7 +83,7 @@ scope "(:locale)", locale: /en|mm/ do
get "customers/get_order/:id" => "customers#get_customer_order"
#get customer last five orders
get "customers/get_orders/:customer_id" => "customers#get_customer_last_orders"
get "get_customer_last_orders" => "customers#get_customer_last_orders"
#Generating Invoice and making payments - output render @sale
resources :invoices, only: [:index, :show, :create, :update, :destroy] do