Author: mrisaliti
Date: Sun Jan  9 13:30:49 2011
New Revision: 1056928

URL: http://svn.apache.org/viewvc?rev=1056928&view=rev
Log:
Replace a bsh call that was not more working with a groovy call

Modified:
    ofbiz/trunk/applications/order/widget/ordermgr/RequirementForms.xml

Modified: ofbiz/trunk/applications/order/widget/ordermgr/RequirementForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/RequirementForms.xml?rev=1056928&r1=1056927&r2=1056928&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/RequirementForms.xml 
(original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/RequirementForms.xml Sun Jan 
 9 13:30:49 2011
@@ -314,7 +314,7 @@ under the License.
         </field>
         <field name="facilityId"><display/></field>
         <field name="partyId" title="${uiLabelMap.ProductSupplier}">
-            <display description="${bsh: 
org.ofbiz.party.party.PartyHelper.getPartyName(delegator, partyId, false);}"/>
+            <display 
description="${groovy:org.ofbiz.party.party.PartyHelper.getPartyName(delegator, 
partyId, false);}"/>
         </field>
         <field name="supplierProductId" 
title="${uiLabelMap.ProductSupplierProductId}"><display/></field>
         <field name="idValue" 
title="${uiLabelMap.ProductUPCA}"><display/></field>
@@ -381,7 +381,7 @@ under the License.
             <set field="supplierCurrencyUomId" 
from-field="supplierParty.preferredCurrencyUomId"/>
         </row-actions>
         <field name="partyId">
-            <display description="${bsh: 
org.ofbiz.party.party.PartyHelper.getPartyName(delegator, partyId, false);}"/>
+            <display 
description="${groovy:org.ofbiz.party.party.PartyHelper.getPartyName(delegator, 
partyId, false);}"/>
         </field>
         <field name="supplierCurrencyUomId"><display/></field>
         <field name="productId" 
title="${uiLabelMap.OrderVendorRequirementCount}" 
widget-area-style="align-text"><display also-hidden="false"/></field>


Reply via email to