Author: hansbak
Date: Wed Sep 2 08:26:06 2009
New Revision: 810411
URL:
http://svn.apache.org/viewvc?rev=810411&view=revLog:
allow to approve a 'sent' invoice
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=810411&r1=810410&r2=810411&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/Menus.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/Menus.xml Wed Sep 2 08:26:06 2009
@@ -184,6 +184,7 @@
<not><if-empty field="invoice.invoiceId"/></not>
<or>
<if-compare field="invoice.statusId" operator="equals" value="INVOICE_IN_PROCESS"/>
+ <if-compare field="invoice.statusId" operator="equals" value="INVOICE_SENT"/>
<if-compare field="invoice.statusId" operator="equals" value="INVOICE_RECEIVED"/>
</or>
</and>