You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Nicolas Malin <ni...@nereide.fr> on 2016/06/27 10:06:07 UTC

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

Le 26/06/2016 11:44, deepak@apache.org 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