Author: hansbak
Date: Tue Jul  7 10:02:01 2009
New Revision: 791777

URL: http://svn.apache.org/viewvc?rev=791777&view=rev
Log:
error in the viewrequest portlet

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml

Modified: 
ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml?rev=791777&r1=791776&r2=791777&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml 
(original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml Tue 
Jul  7 10:02:01 2009
@@ -616,7 +616,7 @@
         </field>
         <field name="mimeTypeId"><display/></field>
         <field name="fromDate"><display/></field>
-        <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" 
widget-style="buttontext" 
use-when="tabButtonItem.equals(&quot;custRequestContent&quot;)">
+        <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" 
widget-style="buttontext" 
use-when="tabButtonItem!=void&amp;&amp;tabButtonItem.equals(&quot;custRequestContent&quot;)">
            <hyperlink also-hidden="false" 
description="${uiLabelMap.CommonDelete}" target="deleteCustRequestContent">
                 <parameter param-name="custRequestId"/>
                 <parameter param-name="contentId"/>


Reply via email to