Author: hansbak
Date: Mon Aug 3 02:52:37 2009
New Revision: 800185
URL:
http://svn.apache.org/viewvc?rev=800185&view=revLog:
an invoice in the 'send' status cannot be changed, should first change back to the 'inpreparation' status
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=800185&r1=800184&r2=800185&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/Menus.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/Menus.xml Mon Aug 3 02:52:37 2009
@@ -65,7 +65,6 @@
<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>
@@ -81,7 +80,6 @@
<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>
@@ -97,7 +95,6 @@
<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>
@@ -113,7 +110,6 @@
<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>