oqs printing

This commit is contained in:
Yan
2017-06-04 18:25:09 +06:30
parent 869c574107
commit 8d4086d5e9
7 changed files with 141 additions and 15 deletions

View File

@@ -99,7 +99,9 @@ Rails.application.routes.draw do
post 'update_delivery', to: "home#update_delivery_status"
# Pass assigned_order_item_id
get 'print/print/:id', to: "print#print"
get 'print/print_order_summary/:id', to: "print#print_order_summary"
#dashboard
#
end