finish reprint

This commit is contained in:
Aung Myo
2017-06-15 19:07:33 +06:30
parent b5743eb7a7
commit f0ea6f3c56
4 changed files with 41 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ Rails.application.routes.draw do
post "/:id/discount" => "discounts#create"
get "/:id/request_bills" => "request_bills#print"
get '/:sale_id/reprint' => 'payments#reprint' ,:defaults => { :format => 'json' }
#--------- Payment ------------#
get 'sale/:sale_id/payment' => 'payments#show'