You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by cc...@apache.org on 2015/06/04 22:43:48 UTC

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

Author: ccarlow
Date: Thu Jun  4 20:43:48 2015
New Revision: 1683637

URL: http://svn.apache.org/r1683637
Log:
Added custRequestDate to ordermgr/control/FindRequest ListRequestList because it appears as a find field in FindRequests form.

https://issues.apache.org/jira/browse/OFBIZ-6447

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=1683637&r1=1683636&r2=1683637&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml Thu Jun  4 20:43:48 2015
@@ -100,6 +100,7 @@ under the License.
         </field>
         <field name="custRequestName" sort-field="true"><display/></field>
         <field name="priority" sort-field="true"><display/></field>
+        <field name="custRequestDate" sort-field="true"><display/></field>
         <field name="responseRequiredDate" sort-field="true"><display/></field>
         <field name="fromPartyId" sort-field="true">
             <display-entity entity-name="PartyNameView" key-field-name="partyId" description="${firstName} ${middleName} ${lastName} ${groupName}">