mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-21 13:44:03 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user