From d5cf3e73d1dff3a4ef680f89fa34bb30bf0558f0 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Wed, 27 Jul 2022 08:24:07 -0700 Subject: [PATCH] fix bug? --- src/cljs/auto_ap/views/pages/ledger/profit_and_loss.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))}