qty edit in oqs
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user