Merge pull request #46253 from frappe/mergify/bp/version-15-hotfix/pr-46062

fix: Convert tuple of tuples to list of dicts for dot notation access (backport #46062)
This commit is contained in:
Smit Vora
2025-03-04 16:39:16 +05:30
committed by GitHub

View File

@@ -436,6 +436,7 @@ def get_invoice_vouchers(parties, tax_details, company, party_type="Supplier"):
tax_details.get("tax_withholding_category"),
company,
),
as_dict=1,
)
for d in journal_entries_details: