Merge pull request #17673 from vishdha/DEP-368

fix: Dropdown selection list in Reports should be translatable
This commit is contained in:
Ankush Menat 2022-07-29 21:23:30 +05:30 committed by GitHub
commit 13148750ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -235,7 +235,7 @@ frappe.views.ListViewSelect = class ListViewSelect {
// don't repeat
added.push(route);
reports_to_add.push({
name: r.title || r.name,
name: __(r.title || r.name),
route: route
});
}