fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13810] property: more on cases


From: Sigurd Nes
Subject: [Fmsystem-commits] [13810] property: more on cases
Date: Sun, 30 Aug 2015 12:02:07 +0000

Revision: 13810
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13810
Author:   sigurdne
Date:     2015-08-30 12:02:07 +0000 (Sun, 30 Aug 2015)
Log Message:
-----------
property: more on cases

Modified Paths:
--------------
    trunk/controller/inc/class.socase.inc.php
    trunk/property/inc/class.uientity.inc.php

Modified: trunk/controller/inc/class.socase.inc.php
===================================================================
--- trunk/controller/inc/class.socase.inc.php   2015-08-30 11:44:29 UTC (rev 
13809)
+++ trunk/controller/inc/class.socase.inc.php   2015-08-30 12:02:07 UTC (rev 
13810)
@@ -177,6 +177,7 @@
                                        'id'                    => 
$this->db->f('id'),
                                        'check_list_id' => 
$this->db->f('check_list_id'),
                                        'descr'                 => 
$this->db->f('descr', true),
+                                       'measurement'   => 
$this->db->f('measurement', true),
                                        'user_id'               => 
$this->db->f('user_id'),
                                        'status'                => 
$this->db->f('status'),
                                        'modified_date' => 
$this->db->f('modified_date')

Modified: trunk/property/inc/class.uientity.inc.php
===================================================================
--- trunk/property/inc/class.uientity.inc.php   2015-08-30 11:44:29 UTC (rev 
13809)
+++ trunk/property/inc/class.uientity.inc.php   2015-08-30 12:02:07 UTC (rev 
13810)
@@ -2461,6 +2461,7 @@
                                                array('key' => 
'url','label'=>lang('id'),'sortable'=>false,'resizeable'=>true),
                                                array('key' => 
'type','label'=>lang('type'),'sortable'=>true,'resizeable'=>true),
                                                array('key' => 
'title','label'=>lang('title'),'sortable'=>false,'resizeable'=>true),
+                                               array('key' => 
'value','label'=>lang('value'),'sortable'=>false,'resizeable'=>true),
                                                array('key' => 
'status','label'=>lang('status'),'sortable'=>false,'resizeable'=>true),
                                                array('key' => 
'user','label'=>lang('user'),'sortable'=>true,'resizeable'=>true),
                                                array('key' => 
'entry_date','label'=>lang('entry date'),'sortable'=>false,'resizeable'=>true),
@@ -3716,6 +3717,7 @@
                                        'url'           => "<a 
href=\"{$_link}\" > {$case['check_list_id']}</a>",
                                        'type'          => $_control_name,
                                        'title'         => $case['descr'],
+                                       'value'         => $case['measurement'],
                                        'status'        => 
$_statustext[$case['status']],
                                        'user'          => 
$GLOBALS['phpgw']->accounts->get($case['user_id'])->__toString(),
                                        'entry_date'=> 
$GLOBALS['phpgw']->common->show_date($case['modified_date'],$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']),




reply via email to

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