fixed conflict

This commit is contained in:
Aung Myo
2017-06-07 22:29:43 +06:30
52 changed files with 746 additions and 249 deletions

View File

@@ -72,6 +72,9 @@ Rails.application.routes.draw do
resources :customers, only: [:index,:new, :create ] #add customer type
end
get "/request_bills/:id" => "request_bills#print"
get 'sale/:sale_id/payment' => 'payments#show'
post 'payment_process' => 'payments#create'