KFNS#35010 Klacht QR codes reserveerbare ruimtes

svn path=/Website/trunk/; revision=28356
This commit is contained in:
Erik Groener
2016-03-03 13:42:42 +00:00
parent fb8b63d739
commit 95e75050c5

View File

@@ -366,7 +366,7 @@ NOTES/SUGGESTIONS:
else { // helemaal vrij
helemaalvrij = true;
}
oRs.close();
oRs.Close();
PAGE_START({pclass: (nubezet ? "pbezet" : "pvrij") });
HEADER ({title: safe.html(RuimteMode ? res_ruimte_nr : res_deel_omschrijving), back:!qrc, home: !qrc});
@@ -382,7 +382,7 @@ NOTES/SUGGESTIONS:
// Dit is eigenlijk niet relevant voor een normale gebruiker
// maar voor een eventuele noshow wel!
// KFNS#35010: ook tonen als het toch geen geheim is
if (user.checkAutorisation( "WEB_RESNOS", true) || res.planbordTooltipShowing(rsv_ruimte_key) == 1)
if (user.checkAutorisation( "WEB_RESNOS", true) || (res.planbordTooltipShowing(rsv_ruimte_key) == 1))
{
Response.write("<span class='bezetinfo'>"+toTimeString(van)+" - "+toTimeString(tot)+": "+ safe.html(rsv_omschrijving)+"/"+safe.html(rsv_contact)+"</span>");
}