Merge pull request #36039 from KerollesFathy/translate-table-headers-in-multi-select-dialog
This commit is contained in:
commit
bdf24a239e
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ frappe.ui.form.MultiSelectDialog = class MultiSelectDialog {
|
|||
get_child_datatable_columns() {
|
||||
const parent = this.doctype;
|
||||
return [parent, ...this.child_columns].map((d) => ({
|
||||
name: frappe.unscrub(d),
|
||||
name: __(frappe.unscrub(d)),
|
||||
editable: false,
|
||||
}));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue