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

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

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

ccarlow
Author: ccarlow
Date: Thu Jun  4 16:57:55 2015
New Revision: 1683593

URL: http://svn.apache.org/r1683593
Log:
Removing unnecessary <display-entity> key-field-name and description attributes added in r1683580 suggested by Nicolas Malin on ML

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

Modified: ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml?rev=1683593&r1=1683592&r2=1683593&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml Thu Jun  4 16:57:55 2015
@@ -90,7 +90,7 @@ under the License.
                 <parameter param-name="custRequestId"/>
             </hyperlink>
         </field>
-        <field name="custRequestTypeId"><display-entity entity-name="CustRequestType" key-field-name="custRequestTypeId" description="${description}"/></field>
+        <field name="custRequestTypeId"><display-entity entity-name="CustRequestType"/></field>
         <field name="custRequestName" sort-field="true"><display/></field>
         <field name="priority" sort-field="true"><display/></field>
         <field name="responseRequiredDate" sort-field="true"><display/></field>