fix(financial_statement): render columnar financial statements instea… (backport #56921) (#57053)

Co-authored-by: Vishnu Priya Baskaran <145791817+ervishnucs@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2026-07-11 10:41:49 +00:00
committed by GitHub
parent 24f0989ac1
commit e6a6c13355

View File

@@ -28,8 +28,8 @@ erpnext.financial_statements = {
},
is_blank_row: function (data) {
if (!data || data.segment_values) return false;
return (
data &&
!data.account &&
!data.accounts &&
!data.child_accounts &&