VLKC#40789 Conditie gecorrigeerd
svn path=/Website/branches/v2017.1/; revision=34172
This commit is contained in:
@@ -629,13 +629,7 @@ function report_GET(params)
|
||||
}
|
||||
|
||||
// Een numerieke datacol voegen we (gesommeerd) achteraan toe behalve bij grafieken, daar laten we hem er af
|
||||
if (params.filter["scf_graph"] != "on"
|
||||
&& (this.fields[datacol].typ == 'number' || this.fields[datacol].typ == 'float' || this.fields[datacol].typ == 'currency')
|
||||
&& datagroup != 'A'
|
||||
)
|
||||
params.columns.push(datacol);
|
||||
|
||||
if (params.filter["scf_cond"] != "on"
|
||||
if (params.filter["scf_graph"] != "on" && params.filter["scf_cond"] != "on"
|
||||
&& (this.fields[datacol].typ == 'number' || this.fields[datacol].typ == 'float' || this.fields[datacol].typ == 'currency')
|
||||
&& datagroup != 'A'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user