fix: type def in get_linked_payments (backport #56100) (#56133)

fix: type def in get_linked_payments (#56100)

(cherry picked from commit 8e21af0a63)

Co-authored-by: Nikhil Kothari <nik.kothari22@live.com>
This commit is contained in:
mergify[bot]
2026-06-19 08:37:40 +00:00
committed by GitHub
parent b1ca423e11
commit 6569fa2b9f

View File

@@ -1078,7 +1078,7 @@ def reconcile_vouchers(bank_transaction_name: str | int, vouchers: str, is_new_v
@frappe.whitelist()
def get_linked_payments(
bank_transaction_name: str | int,
document_types: list[str] | None = None,
document_types: str | list[str] | None = None,
from_date: str | date | None = None,
to_date: str | date | None = None,
filter_by_reference_date: bool | None = None,