STPH#32305 [RES] Reeks reserveringen in een keer naar status definitief

svn path=/Website/trunk/; revision=27026
This commit is contained in:
Erik Groener
2015-11-17 08:53:50 +00:00
parent aff3bb1938
commit b209c5b7bb

View File

@@ -62,6 +62,9 @@ var rsv_ruimte_key = getQParamInt("rsv_ruimte_key");
rsv_ruimte_volgnr : oRs("res_rsv_ruimte_volgnr").value
}
oRs.Close();
var this_res = res.func_enabled(rsv_ruimte_key);
var foboOnly = ((this_res.canChangeUrole == "fo") || (this_res.canChangeUrole == "bo"));
%>
<script type="text/javascript">
function res_submit_callback(json)
@@ -97,7 +100,9 @@ var rsv_ruimte_key = getQParamInt("rsv_ruimte_key");
<br><label><input name='c32' value="32" type='checkbox'><%=L("lcl_host")%></label>
<br><label><input name='c64' value="64" type='checkbox'><%=L("lcl_account")%></label>
<br><label><input name='c1024' value="1024" type='checkbox'><%=L("lcl_res_flexblok")%></label>
<% if (foboOnly) { %>
<br><label><input name='c8192' value="8192" type='checkbox'><%=L("lcl_status_FO")%></label>
<% } %>
<br>
<br><label><input name='c128' value="128" type='checkbox'><%=L("lcl_reserved_object")%></label>
<br><label><input name='c256' value="256" type='checkbox'><%=L("lcl_catering")%></label>