HSLE#36387 Mogelijkheid tot een vervolgmelding vanuit een afgemelde reservering
svn path=/Website/trunk/; revision=30733
This commit is contained in:
@@ -356,15 +356,16 @@ FCLTHeader.Requires({plugins: ["jQuery"]})
|
||||
else if (this_res.canWriteNoShow)
|
||||
buttons.push({action: "resNoShow()", title: L("lcl_res_no_show"), icon: "noshow.png"});
|
||||
|
||||
if (this_res.canGoedkeur)
|
||||
{
|
||||
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)
|
||||
buttons.push( {title: L("lcl_delete"), icon: "delete.png", action: "res_delete()"});
|
||||
|
||||
if (this_res.canGoedkeur)
|
||||
{
|
||||
buttons.push( {title: L("lcl_res_catgoedkeur"), icon: "accept.png", action: "res_goedkeur()"});
|
||||
if (S("res_cat_reject_stdmld") > 0)
|
||||
buttons.push( {title: L("lcl_res_catafkeur"), icon: "reject.png", action: "res_afkeur()"});
|
||||
}
|
||||
|
||||
if (this_res.canClose)
|
||||
buttons.push( {title: L("lcl_close"), icon: "close.png", action: "res_close()" });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user