one more test.

This commit is contained in:
Bryce Covert
2022-10-25 07:32:11 -07:00
parent c36602ef09
commit 0c20fc4e55
2 changed files with 9 additions and 8 deletions

View File

@@ -584,13 +584,14 @@
{:value (get je :running-balance)
:format :dollar}])
(:journal-entries category))
[[[{:value (str "Total " (client-codes (:client-id category)) " - " (:location category) " - " (:name (:account category)) )
:colspan 2
:bold true}
{:value ""}
{:value ""}
{:value (:total category)
:format :dollar}]]]))
[[{:value (str "Total " (client-codes (:client-id category)) " - " (:location category) " - " (:name (:account category)) )
:colspan 2
:bold true}
{:value ""}
{:value ""}
{:value ""}
{:value (:total category)
:format :dollar}]]))
)
[]