Add notes to audit report.

This commit is contained in:
James Cole
2024-12-23 08:35:33 +01:00
parent ae09200f42
commit e1785898ba
3 changed files with 10 additions and 2 deletions

View File

@@ -58,7 +58,7 @@
account_name: account.name|escape,
url: url,
end: auditData[account.id].dayBefore,
balance: formatAmountByAccount(account, auditData[account.id].dayBeforeBalance)
balance: formatAmountByAccount(account, auditData[account.id].dayBeforeBalance.balance)
})|raw }}
</p>
{% include 'reports.partials.journals-audit' with {'journals': auditData[account.id].journals,'account':account} %}