Author: pranayp
Date: Sat Jun 18 13:33:41 2016
New Revision: 1749016
URL:
http://svn.apache.org/viewvc?rev=1749016&view=revLog:
[OFBIZ-7381] Fixing a typo in 'requestitems' target from order menu removing not required "/" before the target. Thanks Chandan Khandelwal for the contribution.
Modified:
ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml
Modified: ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml?rev=1749016&r1=1749015&r2=1749016&view=diff==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml Sat Jun 18 13:33:41 2016
@@ -310,7 +310,7 @@ under the License.
<if-compare field="custRequest.statusId" operator="not-equals" value="CRQ_COMPLETED"/>
</and>
</condition>
- <link target="/requestitems">
+ <link target="requestitems">
<parameter param-name="custRequestId" from-field="custRequest.custRequestId"/>
</link>
</menu-item>