makes check voiding work correctly

This commit is contained in:
Bryce Covert
2018-08-16 18:51:58 -07:00
parent ad2dd386ee
commit 1208f972ef
5 changed files with 56 additions and 41 deletions

View File

@@ -735,7 +735,7 @@
@(load-invoices-payments (ic/get-all))
@(load-invoices-expense-accounts (iea/get-all))
@(load-transactions (transactions/get-all))
@(load-users (users/get-all))
@(load-users (users/get-all))
(count (clojure.pprint/pprint (query-payments))))