simple tweaks.

This commit is contained in:
Bryce Covert
2020-04-17 21:50:31 -07:00
parent a90a60f210
commit 46809abaf9
4 changed files with 12 additions and 6 deletions

View File

@@ -38,6 +38,8 @@
(defmethod page :voided-invoices [_]
(unpaid-invoices-page {:status "voided"}))
(defmethod page :invoices [_]
(unpaid-invoices-page {}))
(defmethod page :checks [_]
(checks-page))