Merge branch 'master' into coding-sales

This commit is contained in:
Bryce Covert
2021-12-27 07:08:56 -08:00
2 changed files with 98 additions and 1 deletions

View File

@@ -657,7 +657,6 @@
invoice (d/entity db invoice-id)
current-total (:invoice/total invoice)
target-total (invoice-totals invoice-id) ;; TODO should include expense accounts not visible
_ (println current-total target-total)
new-account? (not (boolean (or (some-> invoice-expense-account-id not-empty Long/parseLong)
(:db/id (first (:invoice/expense-accounts invoice))))))