major fix taxable price for sale and other sale and oqs

This commit is contained in:
Yan
2017-11-22 18:39:35 +06:30
parent 2cc8b820db
commit 6beb32348d
18 changed files with 105 additions and 295 deletions

View File

@@ -230,7 +230,7 @@ scope "(:locale)", locale: /en|mm/ do
#--------- Order Queue Station ------------#
namespace :oqs do
root "home#index"
get "/:table_id", to: "home#get_order_items"
get "/:order_no", to: "home#get_order_items"
post 'update_delivery', to: "home#update_delivery_status"