fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [17368] controller: temporary remove deadline contrai


From: sigurdne
Subject: [Fmsystem-commits] [17368] controller: temporary remove deadline contraint
Date: Mon, 27 Nov 2017 04:52:44 -0500 (EST)

Revision: 17368
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17368
Author:   sigurdne
Date:     2017-11-27 04:52:44 -0500 (Mon, 27 Nov 2017)
Log Message:
-----------
controller: temporary remove deadline contraint

Modified Paths:
--------------
    trunk/controller/inc/model/class.check_list.inc.php

Modified: trunk/controller/inc/model/class.check_list.inc.php
===================================================================
--- trunk/controller/inc/model/class.check_list.inc.php 2017-11-27 09:23:03 UTC 
(rev 17367)
+++ trunk/controller/inc/model/class.check_list.inc.php 2017-11-27 09:52:44 UTC 
(rev 17368)
@@ -402,8 +402,12 @@
                        //Validate PLANNED DATE against DEADLINE
                        if ($this->planned_date > $this->deadline)
                        {
-                               $status = false;
-                               $this->error_msg_array['planned_date'] = 
"error_msg_8";
+
+                       /**
+                        * Sigurd 20171127: vi må informere brukerne om at for 
ukentlige kontroller er søndag siste dagen i uken - og at kontrollen må utføres 
før fristen
+                        */
+//                             $status = false;
+//                             $this->error_msg_array['planned_date'] = 
"error_msg_8";
                        }
 
                        //Validate COMPLETED DATE against DEADLINE




reply via email to

[Prev in Thread] Current Thread [Next in Thread]