commit | 24e7a218392111ca3bbed85412adf935f9cd4496 | [log] [tgz] |
---|---|---|
author | barredterra <14891507+barredterra@users.noreply.github.com> | Fri Sep 17 20:34:28 2021 +0200 |
committer | marination <maricadsouza221197@gmail.com> | Wed Jun 14 12:54:00 2023 +0530 |
tree | 222a2a5b79905db0ec25597b9c241c89651fc9e4 | |
parent | f143fe7dccc940c6d5b73d4eb3369089d4bfc1dc [diff] |
refactor: remove redndant argument
diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.py b/erpnext/accounts/doctype/sales_invoice/sales_invoice.py index 05f8638..f8f7c36 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.py
@@ -2555,7 +2555,6 @@ "condition": lambda doc: doc.outstanding > 0 } }, - target_doc=target_doc, postprocess=postprocess_dunning, ignore_permissions=ignore_permissions )