fix: Remove get_matching_vouchers_for_bank_reconciliation

- There should only be one hook to add queries to `get_linked_payments`
- `get_matching_queries` will be the only hook just like before
This commit is contained in:
marination
2023-09-11 21:51:10 +05:30
parent 480903e3f4
commit b9750f324b
2 changed files with 16 additions and 34 deletions

View File

@@ -558,8 +558,6 @@ get_matching_queries = (
"erpnext.accounts.doctype.bank_reconciliation_tool.bank_reconciliation_tool.get_matching_queries"
)
get_matching_vouchers_for_bank_reconciliation = "erpnext.accounts.doctype.bank_reconciliation_tool.bank_reconciliation_tool.get_matching_vouchers_for_bank_reconciliation"
get_amounts_not_reflected_in_system_for_bank_reconciliation_statement = "erpnext.accounts.report.bank_reconciliation_statement.bank_reconciliation_statement.get_amounts_not_reflected_in_system_for_bank_reconciliation_statement"
get_payment_entries_for_bank_clearance = (