Tweaks for editing invoices
This commit is contained in:
@@ -12,13 +12,15 @@
|
||||
"/account/location-select" ::location-select
|
||||
"/account/prediction" ::account-prediction
|
||||
"/total" ::expense-account-total}
|
||||
|
||||
"/pay-button" ::pay-button
|
||||
"/pay" {:get ::pay-wizard
|
||||
"/navigate" ::pay-wizard-navigate
|
||||
:post ::pay-submit}
|
||||
"/bulk-delete" {:get ::bulk-delete
|
||||
:delete ::bulk-delete-confirm}
|
||||
["/" [#"\d+" :db/id]] {:delete ::delete}
|
||||
["/" [#"\d+" :db/id]] {:delete ::delete
|
||||
"/edit" ::edit-wizard}
|
||||
"/table" ::table
|
||||
|
||||
"/glimpse" {"" {:get :invoice-glimpse
|
||||
|
||||
Reference in New Issue
Block a user