Author: hansbak
Date: Mon Jul 20 08:54:58 2009
New Revision: 795723
URL:
http://svn.apache.org/viewvc?rev=795723&view=revLog:
change the unvoice item screen so it can only add...not update, update can be done in the list
Modified:
ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml
Modified: ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml?rev=795723&r1=795722&r2=795723&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml Mon Jul 20 08:54:58 2009
@@ -387,11 +387,9 @@
</field>
</form>
- <form name="EditInvoiceItem" type="single" target="updateInvoiceItem" title="" default-map-name="invoiceItem" default-entity-name="InvoiceItem"
+ <form name="EditInvoiceItem" type="single" target="createInvoiceItem" title="" default-map-name="invoiceItem" default-entity-name="InvoiceItem"
header-row-style="header-row" default-table-style="basic-table">
- <alt-target use-when="invoiceItem==null" target="createInvoiceItem"/>
<field name="invoiceId"><hidden/></field>
- <field position="1" name="invoiceItemSeqId"><text size="5"/></field>
<field position="1" name="invoiceItemTypeId">
<drop-down allow-empty="false">
<list-options list-name="invoiceItemTypes" key-name="invoiceItemTypeId" description="${description}"/>