mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 09:43:49 +00:00
committed by
Mergify
parent
cce32507d9
commit
3ef4fa51dc
@@ -105,7 +105,7 @@ def _execute(filters=None, additional_table_columns=None, additional_conditions=
|
|||||||
{
|
{
|
||||||
"total_tax": total_tax,
|
"total_tax": total_tax,
|
||||||
"total_other_charges": total_other_charges,
|
"total_other_charges": total_other_charges,
|
||||||
"total": d.base_net_amount + total_tax,
|
"total": d.base_net_amount + total_tax + total_other_charges,
|
||||||
"currency": company_currency,
|
"currency": company_currency,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user