fix: changed account types in controller method
This commit is contained in:
@@ -1078,7 +1078,7 @@ class AccountsController(TransactionBase):
|
||||
if lst:
|
||||
from erpnext.accounts.utils import reconcile_against_document
|
||||
|
||||
reconcile_against_document(lst)
|
||||
reconcile_against_document(lst, is_reconcile=True)
|
||||
|
||||
def on_cancel(self):
|
||||
from erpnext.accounts.utils import unlink_ref_doc_from_payment_entries
|
||||
|
||||
Reference in New Issue
Block a user