mirror of
https://github.com/frappe/erpnext.git
synced 2026-07-21 20:00:38 +00:00
Co-authored-by: Vishnu Priya Baskaran <145791817+ervishnucs@users.noreply.github.com>
This commit is contained in:
@@ -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