commit | 9c580dde399d12a325b5c0b574f66a59f84dd2ac | [log] [tgz] |
---|---|---|
author | Devin Slauenwhite <devin.slauenwhite@gmail.com> | Wed Aug 03 01:46:59 2022 -0400 |
committer | GitHub <noreply@github.com> | Wed Aug 03 11:16:59 2022 +0530 |
tree | 98876b9c7f99922e0b6042b8f60c436091099a0d | |
parent | 9baa2229761c5415f29646a1a5bed4a3f4981e05 [diff] |
fix: linter (#31763)
diff --git a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py index c7c746b..e937edb 100755 --- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py
@@ -165,7 +165,7 @@ "range4", "range5", "future_amount", - "remaining_balance" + "remaining_balance", ] def get_voucher_balance(self, ple):