mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 18:34:48 +00:00
fix: Translation fixes
This commit is contained in:
@@ -136,19 +136,19 @@ def get_columns(filters):
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "range1",
|
"fieldname": "range1",
|
||||||
"label": _("0-30"),
|
"label": "0-30",
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"width": 140
|
"width": 140
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "range2",
|
"fieldname": "range2",
|
||||||
"label": _("30-60"),
|
"label": "30-60",
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"width": 140
|
"width": 140
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "range3",
|
"fieldname": "range3",
|
||||||
"label": _("60-90"),
|
"label": "60-90",
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"width": 140
|
"width": 140
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user