Skip to content

Commit

Permalink
Removing unnecessary <display-entity> key-field-name and description …
Browse files Browse the repository at this point in the history
…attributes added in r1683580 suggested by Nicolas Malin on ML

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1683593 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ccarlow committed Jun 4, 2015
1 parent 860d7a1 commit c7d961e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/order/widget/ordermgr/CustRequestForms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c7d961e

Please sign in to comment.