You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2007/02/28 01:02:11 UTC

svn commit: r512505 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl

Author: jonesde
Date: Tue Feb 27 16:02:10 2007
New Revision: 512505

URL: http://svn.apache.org/viewvc?view=rev&rev=512505
Log:
Changed a getRelatedOne for basically seed data to be cached

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl?view=diff&rev=512505&r1=512504&r2=512505
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl Tue Feb 27 16:02:10 2007
@@ -347,7 +347,7 @@
       <#if disFeatureList?exists && 0 < disFeatureList.size()>
       <p>&nbsp;</p>
         <#list disFeatureList as currentFeature>
-            <#assign disFeatureType = currentFeature.getRelatedOne("ProductFeatureType")/>
+            <#assign disFeatureType = currentFeature.getRelatedOneCache("ProductFeatureType")/>
             <div class="tabletext">
                 <#if disFeatureType.description?exists>${disFeatureType.description}<#else>${currentFeature.productFeatureTypeId}</#if>:&nbsp;${currentFeature.description}
             </div>