diff --git a/src/cljs/auto_ap/views/pages/ledger/profit_and_loss.cljs b/src/cljs/auto_ap/views/pages/ledger/profit_and_loss.cljs index 3c3f479a..5c8c7d03 100644 --- a/src/cljs/auto_ap/views/pages/ledger/profit_and_loss.cljs +++ b/src/cljs/auto_ap/views/pages/ledger/profit_and_loss.cljs @@ -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)))}