You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/09/02 10:49:18 UTC

svn commit: r810418 - /ofbiz/trunk/applications/accounting/widget/Menus.xml

Author: hansbak
Date: Wed Sep  2 08:49:18 2009
New Revision: 810418

URL: http://svn.apache.org/viewvc?rev=810418&view=rev
Log:
 to make consistent with the services: can only update header when in preparation, so do not show header button

Modified:
    ofbiz/trunk/applications/accounting/widget/Menus.xml

Modified: ofbiz/trunk/applications/accounting/widget/Menus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/Menus.xml?rev=810418&r1=810417&r2=810418&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/Menus.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/Menus.xml Wed Sep  2 08:49:18 2009
@@ -355,11 +355,7 @@
             <condition>
                 <and>
                     <not><if-empty field="payment.paymentId"/></not>
-                    <or>
-                        <if-compare field="payment.statusId" operator="equals" value="PMNT_NOT_PAID"/>
-                        <if-compare field="payment.statusId" operator="equals" value="PMNT_RECEIVED"/>
-                        <if-compare field="payment.statusId" operator="equals" value="PMNT_SENT"/>
-                    </or>
+                    <if-compare field="payment.statusId" operator="equals" value="PMNT_NOT_PAID"/>
                 </and>
             </condition>
             <link target="editPayment">