[Fix] [Minor] Updated to call translation for report header columns
This commit is contained in:
parent
4499a0c334
commit
7daa2c9c11
1 changed files with 1 additions and 0 deletions
|
|
@ -210,6 +210,7 @@ wn.views.QueryReport = Class.extend({
|
|||
|
||||
// column parameters
|
||||
col.name = col.id = col.field = df.label;
|
||||
col.name = wn._(df.label);
|
||||
col.fieldtype = opts[1];
|
||||
|
||||
// width
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue