fixed conflict
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user