svn commit: r540364 - /ofbiz/branches/release4.0/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r540364 - /ofbiz/branches/release4.0/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml

hansbak-2
Author: hansbak
Date: Mon May 21 16:41:26 2007
New Revision: 540364

URL: http://svn.apache.org/viewvc?view=rev&rev=540364
Log:
Jira OFBIZ-1005 reported by Rashko Rejmer fixed

Modified:
    ofbiz/branches/release4.0/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml

Modified: ofbiz/branches/release4.0/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml?view=diff&rev=540364&r1=540363&r2=540364
==============================================================================
--- ofbiz/branches/release4.0/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml (original)
+++ ofbiz/branches/release4.0/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml Mon May 21 16:41:26 2007
@@ -180,6 +180,7 @@
         <set field="invoice.invoiceDate" from-field="nowTimestamp"/>
         <set field="invoice.statusId" value="INVOICE_IN_PROCESS"/>
         <set-service-fields service-name="createInvoice" map-name="invoice" to-map-name="newInvoice"/>
+        <clear-field field-name="newInvoice.invoiceId"/>
         <call-service service-name="createInvoice" in-map-name="newInvoice">
             <result-to-field result-name="invoiceId" field-name="invoiceId"/>
         </call-service>