Author: hansbak
Date: Wed Sep 2 08:49:18 2009
New Revision: 810418
URL:
http://svn.apache.org/viewvc?rev=810418&view=revLog:
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">