made it far less busy to update running cache.

This commit is contained in:
Bryce Covert
2020-12-20 09:41:06 -08:00
parent 31e8b1e9d5
commit 8fe7f12b21
2 changed files with 27 additions and 7 deletions

View File

@@ -280,6 +280,7 @@
(d/query {:query {:find ['?e '?lia]
:in ['$]
:where ['[?e :invoice/expense-accounts ?li]
'(not [?e :invoice/total 0.0])
'[?li :invoice-expense-account/account ?lia]
'[?lia :account/name]
'(not [?lia :account/numeric-code 21000])