Author: pranayp
Date: Sat Jun 18 13:39:46 2016
New Revision: 1749020

URL: http://svn.apache.org/viewvc?rev=1749020&view=rev
Log:
[OFBIZ-7384] Removed not needed Status ID field from Request Roles section on 
Request Overview as there is no status associated with it in CustRequestParty 
which is to be shown. Looks like a copy paste error while creating the view.
Thanks Chandan Khandelwal for the contribution.

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=1749020&r1=1749019&r2=1749020&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml 
(original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml Sat Jun 
18 13:39:46 2016
@@ -217,7 +217,6 @@ under the License.
         </actions>
         <auto-fields-entity entity-name="CustRequestParty" 
default-field-type="display"/>
         <field name="custRequestId"><hidden/></field>
-        <field name="statusId"><display-entity 
entity-name="StatusItem"/></field>
         <field name="roleTypeId"><display-entity 
entity-name="RoleType"/></field>
         <field name="fromDate"><display type="date"/></field>
         <field name="thruDate"><display type="date"/></field>


Reply via email to