mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-21 10:19:57 +00:00
fix(financial_statement): render columnar financial statements instea… (#56921)
This commit is contained in:
committed by
GitHub
parent
a721ad3948
commit
9b66382463
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user