FSN#39176 Als je time-veld verbergt moet icoontje ook weg.

svn path=/Website/branches/v2016.3/; revision=32524
This commit is contained in:
Jos Groot Lipman
2017-01-24 14:33:43 +00:00
parent 013087789c
commit ec74a08921

View File

@@ -866,7 +866,7 @@ if (ins_key_arr.length == 1)
eenheid = <%=eenheid%>; eenheid = <%=eenheid%>;
var scmode = <%=scmode%>; var scmode = <%=scmode%>;
if (scmode == 0 && eenheid != 0) if (scmode == 0 && eenheid != 0)
$("#time_from_plandatum").hide(); $("#time_from_plandatum").hide().next().hide();
</script> </script>
<% <%
BLOCK_END(); BLOCK_END();