Merge pull request #36805 from deepeshgarg007/comments

chore: Linting Issues
This commit is contained in:
Deepesh Garg 2023-08-24 18:02:38 +05:30 committed by GitHub
commit 8bf87ebfdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -908,9 +908,9 @@ def get_outstanding_invoices(
min_outstanding=None,
max_outstanding=None,
accounting_dimensions=None,
vouchers=None, # list of dicts [{'voucher_type': '', 'voucher_no': ''}] for filtering
limit=None, # passed by reconciliation tool
voucher_no=None, # filter passed by reconciliation tool
vouchers=None, # list of dicts [{'voucher_type': '', 'voucher_no': ''}] for filtering
limit=None, # passed by reconciliation tool
voucher_no=None, # filter passed by reconciliation tool
):
ple = qb.DocType("Payment Ledger Entry")