Makes balance sheet work correctly
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
:count Integer/MAX_VALUE})
|
||||
|
||||
[comparable-results] (l/get-graphql {:client-id (:client_id args)
|
||||
:date-before (coerce/to-date (time/minus (parse (:date args) iso-date) (time/months 1)))
|
||||
:date-before (coerce/to-date (time/minus (parse (:date args) iso-date) (time/years 1)))
|
||||
:count Integer/MAX_VALUE})]
|
||||
(->graphql
|
||||
{:balance-sheet-accounts (roll-up results)
|
||||
|
||||
Reference in New Issue
Block a user