fixing issue with accounts getting reset.

This commit is contained in:
BC
2019-02-19 07:52:42 -08:00
parent 9852db4627
commit b90d470664
2 changed files with 6 additions and 3 deletions

View File

@@ -160,7 +160,7 @@
existing-ids (->> current-expense-accounts
(map :db/id)
set)
deleted (set/difference existing-ids specified-ids)
updated (map
(fn [{:keys [id expense_account_id amount location]}]