Fixes two types of bugs.

This commit is contained in:
2021-12-09 08:53:36 -08:00
parent f95a3b2c3a
commit 4a7215a74b
7 changed files with 225 additions and 105 deletions

View File

@@ -338,7 +338,8 @@
:args [(d/db auto-ap.datomic/conn)]}))
]
(filter
(fn [[e accounts]] (not= accounts (get jel-accounts e)))
(fn [[e accounts]]
(not= accounts (get jel-accounts e)))
invoice-accounts)))
(defn touch-broken-ledger []