diff --git a/erpnext/accounts/report/financial_statements.py b/erpnext/accounts/report/financial_statements.py index f03d35dbb5a..7a8cadc128e 100644 --- a/erpnext/accounts/report/financial_statements.py +++ b/erpnext/accounts/report/financial_statements.py @@ -795,7 +795,7 @@ def compute_margin_view_data(data, columns, accumulated_values): if base_value == 0: if curr_value == 0: - data[row_idx][curr_period] = "" + data[row_idx][curr_period] = 0 else: data[row_idx][curr_period] = "N/A" continue