mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
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:
@@ -436,6 +436,7 @@ def get_invoice_vouchers(parties, tax_details, company, party_type="Supplier"):
|
|||||||
tax_details.get("tax_withholding_category"),
|
tax_details.get("tax_withholding_category"),
|
||||||
company,
|
company,
|
||||||
),
|
),
|
||||||
|
as_dict=1,
|
||||||
)
|
)
|
||||||
|
|
||||||
for d in journal_entries_details:
|
for d in journal_entries_details:
|
||||||
|
|||||||
Reference in New Issue
Block a user