fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8249] property: get generic type


From: Sigurd Nes
Subject: [Fmsystem-commits] [8249] property: get generic type
Date: Wed, 07 Dec 2011 12:03:50 +0000

Revision: 8249
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8249
Author:   sigurdne
Date:     2011-12-07 12:03:20 +0000 (Wed, 07 Dec 2011)
Log Message:
-----------
property: get generic type

Modified Paths:
--------------
    trunk/property/inc/class.uilookup.inc.php

Modified: trunk/property/inc/class.uilookup.inc.php
===================================================================
--- trunk/property/inc/class.uilookup.inc.php   2011-12-06 19:35:34 UTC (rev 
8248)
+++ trunk/property/inc/class.uilookup.inc.php   2011-12-07 12:03:20 UTC (rev 
8249)
@@ -2957,6 +2957,8 @@
 
                        $template_list = array();
                        $bo     = CreateObject('property.bogeneric',true);
+                       $bo->get_location_info('order_template');
+
                        $template_list = $bo->read();
 
                        $content = array();
@@ -3167,6 +3169,7 @@
 
                        $template_list = array();
                        $bo     = CreateObject('property.bogeneric',true);
+                       $bo->get_location_info('response_template');
                        $template_list = $bo->read();
 
                        $content = array();




reply via email to

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