mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-24 21:52:21 +01:00
fix: Convert tuple of tuples to list of dicts for dot notation access (#46062)
fix: use as_dict to convert tuples into list of dict
Co-authored-by: Sanket322 <shahsanket322003.com>
(cherry picked from commit e4b0ab6656)
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