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