typo and invoice parse fix.

This commit is contained in:
2024-06-25 07:04:18 -07:00
parent d9beac361f
commit 41398944d2
3 changed files with 3 additions and 2 deletions

View File

@@ -819,7 +819,7 @@
#_(defn summarize-balance-sheet [pnl-data]
(reduce
(reduce
(fn [result table]
(-> result
(update :header into (:header table))