Author: jleroux
Date: Fri Nov  1 06:14:09 2013
New Revision: 1537833

URL: http://svn.apache.org/r1537833
Log:
A temporary workaround which removes "disabled-style="disabled" in the 
createOrder menu item condition (in ViewQuote)
The only effect is to remove the disabled item

This is due to r1517353 which introduced a NPE in MacroMenuRenderer.java


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=1537833&r1=1537832&r2=1537833&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml Fri Nov  1 
06:14:09 2013
@@ -262,7 +262,7 @@ under the License.
             <link target="EditQuote"/>
         </menu-item>
         <menu-item name="createOrder" title="${uiLabelMap.OrderCreateOrder}">
-            <condition disabled-style="disabled">
+            <condition>
                 <and>
                     <not><if-empty field="quote"/></not>
                     <if-compare operator="equals" value="QUO_APPROVED" 
field="quote.statusId"/>


Reply via email to