HSLE#36387 Mogelijkheid tot een vervolgmelding vanuit een afgemelde reservering

svn path=/Website/trunk/; revision=30726
This commit is contained in:
Erik Groener
2016-09-15 11:17:27 +00:00
parent deae99883e
commit 55aa3b84de

View File

@@ -358,7 +358,8 @@ FCLTHeader.Requires({plugins: ["jQuery"]})
if (this_res.canGoedkeur)
{
buttons.push( {title: L("lcl_res_catafkeur"), icon: "delete.png", action: "res_afkeur()"});
if (S("res_cat_reject_stdmld") > 0)
buttons.push( {title: L("lcl_res_catafkeur"), icon: "delete.png", action: "res_afkeur()"});
buttons.push( {title: L("lcl_res_catgoedkeur"), icon: "accept.png", action: "res_goedkeur()"});
}
if (this_res.canDelete)