Author: jacopoc
Date: Thu Jul 27 03:01:32 2006
New Revision: 426026
URL:
http://svn.apache.org/viewvc?rev=426026&view=revLog:
Applied patch from Christian Geisert (Apache OFBIZ-116) to fix a wrong column name.
Modified:
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml
Modified: incubator/ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml?rev=426026&r1=426025&r2=426026&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml (original)
+++ incubator/ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml Thu Jul 27 03:01:32 2006
@@ -83,14 +83,14 @@
default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
<auto-fields-entity entity-name="CustRequestItem" default-field-type="display"/>
<field name="sequenceNum"></field>
- <field name="custRequestId" widget-style="buttontext">
+ <field name="custRequestId"><hidden/></field>
+ <field name="custRequestItemSeqId" widget-style="buttontext">
<hyperlink description="${custRequestItemSeqId}" target="requestitem?custRequestId=${custRequestId}&custRequestItemSeqId=${custRequestItemSeqId}"/>
</field>
<field name="story"></field>
<field name="productId" title="${uiLabelMap.ProductProductId}">
<display-entity entity-name="Product" key-field-name="productId" description="${productId} - ${internalName}"/>
</field>
- <field name="custRequestItemSeqId"><hidden/></field>
<field name="custRequestResolutionId"><hidden/></field>
<field name="statusId">
<display-entity also-hidden="false" entity-name="StatusItem"/>