You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bi...@apache.org on 2010/02/12 08:53:02 UTC

svn commit: r909281 - /ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml

Author: bibryam
Date: Fri Feb 12 07:53:01 2010
New Revision: 909281

URL: http://svn.apache.org/viewvc?rev=909281&view=rev
Log:
Fixed "create quote from request" link. Reported in user list by James

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=909281&r1=909280&r2=909281&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml Fri Feb 12 07:53:01 2010
@@ -296,7 +296,7 @@
             <condition>
                 <and>
                     <not><if-empty field="custRequest"/></not>
-                    <if-compare field="custRequest" operator="equals" value="RF_QUOTE"/>
+                    <if-compare field="custRequest.custRequestTypeId" operator="equals" value="RF_QUOTE"/>
                 </and>
             </condition>
             <link target="createQuoteFromCustRequest">