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 2015/06/04 17:56:49 UTC

Re: svn commit: r1683580 - /ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml

Le 04/06/2015 17:54, ccarlow@apache.org a écrit :
> +        <field name="custRequestTypeId"><display-entity entity-name="CustRequestType" key-field-name="custRequestTypeId" description="${description}"/></field>
more easier :
                 <field name="custRequestTypeId"><display-entity 
entity-name="CustRequestType" /></field>

Nicolas