HSLE#34795 Activiteit filter ook voor Frontend

svn path=/Website/trunk/; revision=27481
This commit is contained in:
Peter Feij
2015-12-17 13:23:47 +00:00
parent dbbd95e30e
commit 571b3a8f1e

View File

@@ -287,7 +287,7 @@ var authparams = user.checkAutorisation(autfunction);
whenEmpty: L("lcl_search_generic") // want filter whenEmpty: L("lcl_search_generic") // want filter
}); });
// <!-- Reserveringstatus --> // <!-- Reserveringstatus -->
if (!frontend) //if (!frontend)
{ {
sql = "SELECT 1, " + safe.quoted_sql(res.getfostatustext(1)) + " FROM DUAL" sql = "SELECT 1, " + safe.quoted_sql(res.getfostatustext(1)) + " FROM DUAL"
+ " UNION SELECT 2, " + safe.quoted_sql(res.getfostatustext(2)) + " FROM DUAL" + " UNION SELECT 2, " + safe.quoted_sql(res.getfostatustext(2)) + " FROM DUAL"