mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 08:31:39 -04:00
lk | adds ability to print multiple receipts for freecyclery clients
This commit is contained in:
@@ -18,6 +18,9 @@ Bikedb::Application.routes.draw do
|
||||
resources :agencies
|
||||
resources :clients do
|
||||
get 'receipt' => 'freecyclery#receipt'
|
||||
get 'print_select' => 'clients#print_select', on: :collection
|
||||
get 'print_receipts' => 'clients#print_receipts', on: :collection
|
||||
|
||||
end
|
||||
|
||||
get 'closed_applications' => 'freecyclery#closed_applications'
|
||||
|
||||
Reference in New Issue
Block a user