Re: svn commit: r1750242 - /ofbiz/trunk/applications/product/widget/catalog/FieldLookupForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r1750242 - /ofbiz/trunk/applications/product/widget/catalog/FieldLookupForms.xml

Nicolas Malin-2
Le 26/06/2016 11:44, [hidden email] a écrit :
> <field name="lastPrice"><display currency="${currencyUomId}" type="currency"/></field>
Idea on the fly, when we define a display with the type="currency" maybe
we can try to resolve if currency attribute is empty on currencyUomId
and/or uomId.

<field name="lastPrice"><display type="currency"/></field>

But if it's a specific case

<field name="lastPrice"><display currency="${specificCaseUomId} -" type="currency"/></field>


Nicolas