This commit is contained in:
2022-07-27 08:24:07 -07:00
parent 3a37e48436
commit d5cf3e73d1

View File

@@ -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)))}