Fixes invoice uploads
This commit is contained in:
@@ -96,6 +96,7 @@
|
||||
(-> vendor :vendor/default-account :db/id)
|
||||
:invoice-expense-account/location location
|
||||
:invoice-expense-account/amount (Math/abs (Double/parseDouble invoice-total))
|
||||
:db/id (random-tempid)
|
||||
}]})))
|
||||
(filter :invoice/client)
|
||||
(into []))
|
||||
|
||||
Reference in New Issue
Block a user