commit | 69683776a5e46c32ba16664264f3aa9bc09a03f5 | [log] [tgz] |
---|---|---|
author | ruthra kumar <ruthra@erpnext.com> | Tue Aug 29 21:45:17 2023 +0530 |
committer | ruthra kumar <ruthra@erpnext.com> | Tue Sep 05 08:34:26 2023 +0530 |
tree | 1b1540b7cba3b8fa121ceb5d72d8caeb7768655b | |
parent | 1981f3837a10b5c0c2298a682190e0e6689a8b19 [diff] |
chore: code cleanup
diff --git a/erpnext/accounts/doctype/unreconcile_payments/unreconcile_payments.py b/erpnext/accounts/doctype/unreconcile_payments/unreconcile_payments.py index b6dd363..01f910e 100644 --- a/erpnext/accounts/doctype/unreconcile_payments/unreconcile_payments.py +++ b/erpnext/accounts/doctype/unreconcile_payments/unreconcile_payments.py
@@ -11,11 +11,6 @@ class UnreconcilePayments(Document): - # def validate(self): - # parent = set([alloc.parent for alloc in self.allocations]) - # if len(parent) != 1: - # pass - @frappe.whitelist() def get_allocations_from_payment(self): if self.voucher_type == "Payment Entry":