From 3cc6c42ac329cff87655573e9779d9caa5b8061c Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Wed, 26 Oct 2022 07:56:20 -0700 Subject: [PATCH] fix --- src/cljc/auto_ap/ledger/reports.cljc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/cljc/auto_ap/ledger/reports.cljc b/src/cljc/auto_ap/ledger/reports.cljc index 5ebb37b9..8378b619 100644 --- a/src/cljc/auto_ap/ledger/reports.cljc +++ b/src/cljc/auto_ap/ledger/reports.cljc @@ -588,17 +588,15 @@ (:journal-entries category)) [[{:value (str "Total" ) :bold true - :border [:bottom]} + } {:value (str (client-codes (:client-id category)) " - " (:location category) " - " (:name (:account category))) - :bold true - :border [:bottom]} + :bold true} {:value ""} {:value "" - :border [:bottom]} + } {:value (:total category) :format :dollar - :bold true - :border [:bottom]}]])) + :bold true}]])) ) []