From f879a923a3e3863af24b49d5d11d199b98c0d964 Mon Sep 17 00:00:00 2001 From: Erik Groener Date: Mon, 21 Mar 2016 12:58:09 +0000 Subject: [PATCH] HSLE#34957 Kopieren catering bestelling voor dezelfde dag maar voor een andere ruimte svn path=/Website/trunk/; revision=28554 --- APPL/RES/res_reservering.asp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/APPL/RES/res_reservering.asp b/APPL/RES/res_reservering.asp index 9a4f536564..9bbf29876a 100644 --- a/APPL/RES/res_reservering.asp +++ b/APPL/RES/res_reservering.asp @@ -512,8 +512,10 @@ if (options.length > 1) { if (this_res.couldCreate) { 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()" } ); + if (restype == "CV") + buttons.push( {title: L("lcl_res_add_deelresreservering"), icon: "../Pictures/plus.png", action: "ruimteErbij()" } ); } if (multiDeel && this_res.couldCreate) {