qty edit in oqs

This commit is contained in:
Yan
2017-06-25 22:41:26 +06:30
parent 30df25d78a
commit a91816bb4e
7 changed files with 79 additions and 41 deletions

View File

@@ -143,6 +143,10 @@ Rails.application.routes.draw do
post 'update_delivery', to: "home#update_delivery_status"
# qty update
get "/:id/edit", to: "edit#index"
post "/:id", to: "edit#update"
# Pass assigned_order_item_id
get 'print/print/:id', to: "print#print"
get 'print/print_order_summary/:id', to: "print#print_order_summary"