balance sheet gives same warning

This commit is contained in:
2023-11-20 21:54:21 -08:00
parent 1a5183aae2
commit eb6441b36d
2 changed files with 11 additions and 5 deletions

View File

@@ -887,7 +887,8 @@
table (if (:include-comparison (:args pnl-data))
(append-deltas table)
table)]
{:header (balance-sheet-headers pnl-data)
{:warning (warning-message pnl-data)
:header (balance-sheet-headers pnl-data)
:rows table}))
)