Merge pull request #44563 from frappe/mergify/bp/version-14-hotfix/pr-44559
fix: add strings for translation payment_terms_status_for_sales_order.py (backport #44559)
This commit is contained in:
@@ -270,11 +270,11 @@ def prepare_chart(s_orders):
|
||||
"labels": [term.payment_term for term in s_orders],
|
||||
"datasets": [
|
||||
{
|
||||
"name": "Payment Amount",
|
||||
"name": _("Payment Amount"),
|
||||
"values": [x.base_payment_amount for x in s_orders],
|
||||
},
|
||||
{
|
||||
"name": "Paid Amount",
|
||||
"name": _("Paid Amount"),
|
||||
"values": [x.paid_amount for x in s_orders],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user