adding and removing transaction rules works.
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
|
||||
(defn expense-account->entity [{:keys [id account_id amount location]}]
|
||||
(remove-nils #:invoice-expense-account {:amount (Double/parseDouble amount)
|
||||
:db/id id
|
||||
:db/id id
|
||||
:account account_id
|
||||
:location location}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user