mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
Merge pull request #31422 from frappe/mergify/bp/version-13-hotfix/pr-31420
fix: translation for filter status on report (backport #31420)
This commit is contained in:
@@ -59,6 +59,7 @@ frappe.query_reports["Purchase Order Analysis"] = {
|
|||||||
for (let option of status){
|
for (let option of status){
|
||||||
options.push({
|
options.push({
|
||||||
"value": option,
|
"value": option,
|
||||||
|
"label": __(option),
|
||||||
"description": ""
|
"description": ""
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ frappe.query_reports["Sales Order Analysis"] = {
|
|||||||
for (let option of status){
|
for (let option of status){
|
||||||
options.push({
|
options.push({
|
||||||
"value": option,
|
"value": option,
|
||||||
|
"label": __(option),
|
||||||
"description": ""
|
"description": ""
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user