Merge pull request #17673 from vishdha/DEP-368
fix: Dropdown selection list in Reports should be translatable
This commit is contained in:
commit
13148750ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue