HSLE#34957 Kopieren catering bestelling voor dezelfde dag maar voor een andere ruimte
svn path=/Website/trunk/; revision=28554
This commit is contained in:
@@ -512,8 +512,10 @@ if (options.length > 1) {
|
|||||||
if (this_res.couldCreate)
|
if (this_res.couldCreate)
|
||||||
{
|
{
|
||||||
buttons.push( {id: "repeatbutton", title: L("lcl_res_add_deelres"), icon: "../Pictures/resrepeat.png", action: "makeMulti()" } );
|
buttons.push( {id: "repeatbutton", title: L("lcl_res_add_deelres"), icon: "../Pictures/resrepeat.png", action: "makeMulti()" } );
|
||||||
if (restype == "R" || restype == "CV")
|
if (restype == "R")
|
||||||
buttons.push( {title: L("lcl_res_add_deelresruimte"), icon: "../Pictures/plus.png", action: "ruimteErbij()" } );
|
buttons.push( {title: L("lcl_res_add_deelresruimte"), icon: "../Pictures/plus.png", action: "ruimteErbij()" } );
|
||||||
|
if (restype == "CV")
|
||||||
|
buttons.push( {title: L("lcl_res_add_deelresreservering"), icon: "../Pictures/plus.png", action: "ruimteErbij()" } );
|
||||||
}
|
}
|
||||||
if (multiDeel && this_res.couldCreate)
|
if (multiDeel && this_res.couldCreate)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user