fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15490] more on helpdesk


From: sigurdne
Subject: [Fmsystem-commits] [15490] more on helpdesk
Date: Thu, 18 Aug 2016 11:53:36 +0000 (UTC)

Revision: 15490
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15490
Author:   sigurdne
Date:     2016-08-18 11:53:36 +0000 (Thu, 18 Aug 2016)
Log Message:
-----------
more on helpdesk

Modified Paths:
--------------
    trunk/property/inc/class.sogeneric.inc.php
    trunk/property/inc/class.uitts.inc.php

Modified: trunk/property/inc/class.sogeneric.inc.php
===================================================================
--- trunk/property/inc/class.sogeneric.inc.php  2016-08-18 11:11:24 UTC (rev 
15489)
+++ trunk/property/inc/class.sogeneric.inc.php  2016-08-18 11:53:36 UTC (rev 
15490)
@@ -2361,9 +2361,8 @@
                                                                'name' => 
'remark',
                                                                'descr' => 
lang('remark'),
                                                                'type' => 'text'
-                                                       ),
-                                                       array
-                                                               (
+                                                       ),/*
+                                                       array(
                                                                'name' => 
'location_level',
                                                                'descr' => 
lang('location level'),
                                                                'type' => 
'select',
@@ -2373,7 +2372,7 @@
                                                                        
'method' => 'preferences.boadmin_acl.get_locations',
                                                                        
'method_input' => array('acl_app' => 'property', 'selected' => '##location##')
                                                                )
-                                                       ),
+                                                       ),*/
                                                        array
                                                                (
                                                                'name' => 
'responsibility_id',

Modified: trunk/property/inc/class.uitts.inc.php
===================================================================
--- trunk/property/inc/class.uitts.inc.php      2016-08-18 11:11:24 UTC (rev 
15489)
+++ trunk/property/inc/class.uitts.inc.php      2016-08-18 11:53:36 UTC (rev 
15490)
@@ -1254,6 +1254,11 @@
                                        unset($_responsible);
                                }
 
+                               if (!isset($values['status']) || 
!$values['status'])
+                               {
+                                       $values['status'] = "O";
+                               }
+
                                if (!isset($values['priority']) || 
!$values['priority'])
                                {
                                        $_priority = 
$this->bo->get_priority_list();




reply via email to

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