RWSN#38594 Optellen van AVG is onzinnig

svn path=/Website/branches/v2016.2/; revision=31751
This commit is contained in:
Jos Groot Lipman
2016-11-30 10:58:55 +00:00
parent a80744cc83
commit 199bb69b54

View File

@@ -397,6 +397,7 @@ function report_GET(params)
field.sql = "AVG(" + field_expression + ")";
if (!field.fixedlabel)
field.label = L("lcl_usrrap_label_AVG").format(field.label);
field.total = false;
field.newtyp = "float";
break;
case "H":