acces level for transaction/sale VOID

This commit is contained in:
phyusin
2018-09-24 15:43:28 +06:30
parent 4508cd55b4
commit 3127862081
11 changed files with 57 additions and 7 deletions

View File

@@ -324,6 +324,10 @@ scope "(:locale)", locale: /en|mm/ do
get 'sale/:sale_id/:type/credit_payment/others_payment/Alipay' => "alipay#index"
# get 'sale/:sale_id/:type/credit_payment/others_payment/DINGA' => "dinga#index"
# get 'sale/:sale_id/:type/credit_payment/others_payment/GiftVoucher' => "gift_voucher#index"
#------------- Start Reservation -------------------#
get '/reservation' => "reservation#index"
#------------- End Reservation -------------------#
end
#--------- Waiter/Ordering Station ------------#