From f53ad423c7e0cbfac29b8ac359db8e077fe780cd Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Tue, 25 Oct 2022 09:35:44 -0700 Subject: [PATCH] final fix --- src/cljc/auto_ap/ledger/reports.cljc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cljc/auto_ap/ledger/reports.cljc b/src/cljc/auto_ap/ledger/reports.cljc index a09fd5bd..91e8cc81 100644 --- a/src/cljc/auto_ap/ledger/reports.cljc +++ b/src/cljc/auto_ap/ledger/reports.cljc @@ -571,6 +571,7 @@ {:value (str (client-codes (:client-id category)) " - " (:location category) " - " (:name (:account category))) :bold true} {:value ""} + {:value ""} {:value (:total category) :format :dollar}]]) (map @@ -589,6 +590,7 @@ {:value (str (client-codes (:client-id category)) " - " (:location category) " - " (:name (:account category))) :bold true} {:value ""} + {:value ""} {:value (:total category) :format :dollar}]]))