Author: erwan
Date: Wed Oct 26 18:34:25 2011
New Revision: 1189368

URL: http://svn.apache.org/viewvc?rev=1189368&view=rev
Log:
A patch from Olivier Heintz - OFBIZ-4508 - Product Price Action Type, first 
drop-down in Price rule management,  is not translate

Modified:
    ofbiz/trunk/applications/product/widget/catalog/PriceForms.xml

Modified: ofbiz/trunk/applications/product/widget/catalog/PriceForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/PriceForms.xml?rev=1189368&r1=1189367&r2=1189368&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/PriceForms.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/PriceForms.xml Wed Oct 26 
18:34:25 2011
@@ -138,7 +138,7 @@
         <field name="productPriceActionSeqId"><hidden/></field><!-- Users 
don't need this information there, the screen is already sufficiently complex! 
-->
         <field name="productPriceActionTypeId" 
title="${uiLabelMap.ProductActionType}">
             <drop-down allow-empty="false" current="selected">
-                <list-options list-name="productPriceActionTypes" 
key-name="productPriceActionTypeId" description="${description}"/>              
  
+                <entity-options entity-name="ProductPriceActionType" 
description="${description}" key-field-name="productPriceActionTypeId"/>
             </drop-down>
         </field>        
         <field name="amount" title="${uiLabelMap.ProductValue}"><text/></field>


Reply via email to