mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-15 23:54:59 +00:00
Merge pull request #44559 from mahsem/patch-9
fix: add strings for translation payment_terms_status_for_sales_order.py
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