FCLT#56936 2019.1 Groeperen op bv maand werkt niet in rapporten
svn path=/Website/trunk/; revision=41563
This commit is contained in:
@@ -508,7 +508,7 @@ api2 = {
|
||||
// Als filter een functie is dan de functie aanroepen.
|
||||
if (typeof filter == 'function')
|
||||
wheres.push(filter(safe_val));
|
||||
else if (field.sql)
|
||||
else if (field.sql && field.filterdefault == "")
|
||||
wheres.push(dbs.replace(dbsfld, '('+field.sql+')') + operand + safe_val);
|
||||
else
|
||||
wheres.push(dbs + operand + safe_val);
|
||||
|
||||
Reference in New Issue
Block a user