you can unvoid an invoice.

This commit is contained in:
BC
2019-02-13 23:40:55 -08:00
parent 27f13ad38e
commit 99944a85c9
11 changed files with 67 additions and 13 deletions

View File

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