fix bug?
This commit is contained in:
@@ -126,7 +126,7 @@ NOTE: Please review the transactions we may have question for you here: https://
|
||||
(cond-> {:graphql {:token user
|
||||
:owns-state {:single ::page}
|
||||
:query-obj {:venia/queries [[:profit-and-loss-pdf
|
||||
{:client-ids (map (:comp :id :client) (:clients (:data db)))
|
||||
{:client-ids (map (comp :id :client) (:clients (:data db)))
|
||||
:include-deltas (:include-deltas (:data db))
|
||||
:column-per-location (:column-per-location (:data db))
|
||||
:periods (mapv #(select-keys % #{:start :end}) (:periods (:data db)))}
|
||||
|
||||
Reference in New Issue
Block a user