fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10115] logistic: testing


From: Sigurd Nes
Subject: [Fmsystem-commits] [10115] logistic: testing
Date: Thu, 04 Oct 2012 10:36:56 +0000

Revision: 10115
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10115
Author:   sigurdne
Date:     2012-10-04 10:36:55 +0000 (Thu, 04 Oct 2012)
Log Message:
-----------
logistic: testing

Modified Paths:
--------------
    trunk/logistic/inc/class.uirequirement.inc.php

Modified: trunk/logistic/inc/class.uirequirement.inc.php
===================================================================
--- trunk/logistic/inc/class.uirequirement.inc.php      2012-10-04 10:06:48 UTC 
(rev 10114)
+++ trunk/logistic/inc/class.uirequirement.inc.php      2012-10-04 10:36:55 UTC 
(rev 10115)
@@ -265,6 +265,7 @@
 
                public function test()
                {
+                       $custom = createObject('phpgwapi.custom_fields');
                        $entity_list = 
execMethod('property.soadmin_entity.read', array('allrows' => true));
 
                        _debug_array($entity_list);
@@ -273,7 +274,15 @@
                        {
                                $cat_list = 
execMethod('property.soadmin_entity.read_category',(array('allrows'=>true,'entity_id'=>$entry['id'])));
                                _debug_array($cat_list);
+
+                               foreach($cat_list as $cat)
+                               {
+                                       $attrib_data = 
$custom->find('property',".entity.{$cat['entity_id']}.{$cat[id]}", 0, 
'','','',true, true);
+                               _debug_array($attrib_data);
+                               }
+
                        }
 
+
                }
        }




reply via email to

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