HSLE#36387 Mogelijkheid tot een vervolgmelding vanuit een afgemelde reservering
svn path=/Website/trunk/; revision=30726
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user