DJIN#38217 Oude bezoekers inzien door frontend

svn path=/Website/trunk/; revision=37601
This commit is contained in:
Erik Groener
2018-04-11 09:14:05 +00:00
parent 857a038a91
commit 92e29033c0
2 changed files with 14 additions and 14 deletions

View File

@@ -713,7 +713,7 @@ function bez_list(pautfunction, params)
sql += " AND (a.bez_afspraak_contact_key IN (" + prsKeys + ")"
+ " OR a.bez_afspraak_host_key IN (" + prsKeys + ")"
+ ")";
sql+= " AND a.bez_afspraak_datum >= SYSDATE-" + S("vis_user_history");
sql+= " AND a.bez_afspraak_datum " + sql_date;
}
if (!groupbez) {

View File

@@ -159,21 +159,21 @@ var authparams = user.checkAutorisation(autfunction);
</tr>
<% }
// <!-- Datum -->
FCLTcalendar( "date_from",
{ label : L("lcl_period_from"),
datum: starttimedate,
trclass: "primsearch",
volgnr: 1,
timeField: true,
timeStep: step,
startTime: starttime,
endTime: endtime,
timeClass: "secsearch"
});
if (!frontend)
{
// <!-- Datum -->
FCLTcalendar( "date_from",
{ label : L("lcl_period_from"),
datum: starttimedate,
trclass: "primsearch",
volgnr: 1,
timeField: true,
timeStep: step,
startTime: starttime,
endTime: endtime,
timeClass: "secsearch"
});
// <!-- Datum tot -->
FCLTcalendar( "date_to",
{ label: L("lcl_period_to"),