diff --git a/APPL/INS/ins_inspect.asp b/APPL/INS/ins_inspect.asp index dc7d25a128..3b03094ff7 100644 --- a/APPL/INS/ins_inspect.asp +++ b/APPL/INS/ins_inspect.asp @@ -1,7 +1,7 @@ <%@language = "javascript" %> <% /* - $Revision: 5 $ - $Modtime: 1-07-11 16:31 $ + $Revision: 6 $ + $Modtime: 19-08-11 13:19 $ File: ins_inspect.asp Description: Inspectiedata opgeven @@ -166,6 +166,7 @@ var this_ins = null; FCLTcalendar( "deelsrtcontrole_datum", { label : lcl_ins_controle_datum, datum : inspect_data.deelsrtcontrole_datum, + minFuture: (ins_inspect_allow_past == 0 ? 0 : -1), required : true }); sql = "SELECT ins_controlemode_key, ins_controlemode_oms" diff --git a/CUST/CONN/cust.inc b/CUST/CONN/cust.inc index 9d7e417501..4e8d7ae07e 100644 --- a/CUST/CONN/cust.inc +++ b/CUST/CONN/cust.inc @@ -1,6 +1,6 @@ <% /* - $Revision: 11 $ - $Modtime: 4-05-11 9:39 $ + $Revision: 12 $ + $Modtime: 19-08-11 13:13 $ */ %> <% @@ -67,6 +67,9 @@ // Haltewerkzaamheden CONN mld_deelwerk_wijzig = 4; // Het aantal volle weken voor de huidige week dat men nog haltewerkzaamheden mag invoeren en wijzigen. + // INS + ins_inspect_allow_past = 0; // CONN#20802 + //PRJ prj_discipline_key = 1061;