UWVA#38271 Scherper: bij een afspraak onder een reservering mag je het bovenste blok echt noit wijzigen
svn path=/Website/branches/v2016.2/; revision=31311
This commit is contained in:
@@ -116,11 +116,14 @@ var urlMail = "../shared/queuemail.asp?pcode=BEZMAI&defemail_key=" + bez_afspraa
|
||||
// Wat voor nut heeft dat (wat is er dan aan de hand?), en pas op dat saven alles weggooit en aanmaakt
|
||||
|
||||
var buttons = [];
|
||||
if (!bez_afspraak.res_rsv_ruimte_key)
|
||||
{
|
||||
if (this_bez.canChange)
|
||||
buttons.push( {title: L("lcl_res_add_deelres"), icon: "resrepeat.png", action:"bez_multi()" },
|
||||
{title: L("lcl_change"), icon:"wijzigen.png", action:"bez_change()" });
|
||||
if (this_bez.canDelete)
|
||||
buttons.push( {title: L("lcl_delete"), icon:"delete.png", action:"bez_delete()" });
|
||||
}
|
||||
|
||||
buttons.push ({title: L("lcl_print"), icon: "print.png", action:"bez_print()" },
|
||||
{title: L("lcl_noti_bez_email"), icon: "email.png", action:"bez_mail()" });
|
||||
|
||||
Reference in New Issue
Block a user