fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10114] logistic: testing


From: Sigurd Nes
Subject: [Fmsystem-commits] [10114] logistic: testing
Date: Thu, 04 Oct 2012 10:06:48 +0000

Revision: 10114
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10114
Author:   sigurdne
Date:     2012-10-04 10:06:48 +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 09:55:23 UTC 
(rev 10113)
+++ trunk/logistic/inc/class.uirequirement.inc.php      2012-10-04 10:06:48 UTC 
(rev 10114)
@@ -266,6 +266,14 @@
                public function test()
                {
                        $entity_list = 
execMethod('property.soadmin_entity.read', array('allrows' => true));
+
                        _debug_array($entity_list);
+
+                       foreach($entity_list as $entry)
+                       {
+                               $cat_list = 
execMethod('property.soadmin_entity.read_category',(array('allrows'=>true,'entity_id'=>$entry['id'])));
+                               _debug_array($cat_list);
+                       }
+
                }
-       }
\ No newline at end of file
+       }




reply via email to

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