From de0955b8ed23ef068a5a0834ffb104da96f4fc5c Mon Sep 17 00:00:00 2001 From: Charles-Henri Decultot Date: Fri, 26 Apr 2019 14:59:10 +0200 Subject: [PATCH] fix: Remove leftover method --- erpnext/accounts/page/bank_reconciliation/bank_reconciliation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/accounts/page/bank_reconciliation/bank_reconciliation.py b/erpnext/accounts/page/bank_reconciliation/bank_reconciliation.py index f79a04adc58..f25c809a672 100644 --- a/erpnext/accounts/page/bank_reconciliation/bank_reconciliation.py +++ b/erpnext/accounts/page/bank_reconciliation/bank_reconciliation.py @@ -28,7 +28,6 @@ def reconcile(bank_transaction, payment_doctype, payment_name): frappe.throw(_("The selected payment entry should be linked with a creditor bank transaction")) add_payment_to_transaction(transaction, payment_entry, gl_entry) - #clear_payment_entry(transaction, payment_entry, gl_entry) return 'reconciled'