fix: translation for filter status on report

(cherry picked from commit 8b1ff96e30)
This commit is contained in:
hrzzz
2022-06-21 15:10:19 -03:00
committed by Mergify
parent 8b78a122e7
commit 736f20656d
2 changed files with 2 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ frappe.query_reports["Purchase Order Analysis"] = {
for (let option of status){
options.push({
"value": option,
"label": __(option),
"description": ""
})
}

View File

@@ -55,6 +55,7 @@ frappe.query_reports["Sales Order Analysis"] = {
for (let option of status){
options.push({
"value": option,
"label": __(option),
"description": ""
})
}