commit | 152377f84d7de8b8a0d20d970660ee107d5eca26 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Wed May 27 20:29:10 2020 +0530 |
committer | GitHub <noreply@github.com> | Wed May 27 20:29:10 2020 +0530 |
tree | 0e91b7b711eb77c0a1ac87d505b0cfe294b32d3a | |
parent | a49f045d1435d1fb01547ccba48da4ef00b42710 [diff] |
fix: Total for ageing column 121-Above (#21972)
diff --git a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py index c776d47..d40e58b 100755 --- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py
@@ -534,7 +534,7 @@ def get_ageing_data(self, entry_date, row): # [0-30, 30-60, 60-90, 90-120, 120-above] - row.range1 = row.range2 = row.range3 = row.range4 = range5 = 0.0 + row.range1 = row.range2 = row.range3 = row.range4 = row.range5 = 0.0 if not (self.age_as_on and entry_date): return