VLKC#40789 Conditie gecorrigeerd

svn path=/Website/branches/v2017.1/; revision=34172
This commit is contained in:
2017-06-08 09:11:40 +00:00
parent 6b9e00e3ad
commit 34630d1a66

View File

@@ -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'
)