Author: jleroux
Date: Sun Jul 29 11:33:41 2007
New Revision: 560778
URL:
http://svn.apache.org/viewvc?view=rev&rev=560778Log:
This fix definitively issue
https://issues.apache.org/jira/browse/OFBIZ-1142 reported by Xavier Olivella, my last patch (rev. 558532) was a non-sense.
Modified:
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml
Modified: ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml?view=diff&rev=560778&r1=560777&r2=560778==============================================================================
--- ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml (original)
+++ ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml Sun Jul 29 11:33:41 2007
@@ -55,10 +55,10 @@
<log level="info" message="In createInvoice sequence enum INVSQ_RESTARTYR"/>
<!-- this is sequential sequencing, we can't skip a number; except that it is restarted each fiscal year -->
+ <now-timestamp-to-env env-name="nowTimestamp"/>
<if-empty field-name="partyAcctgPreference.lastInvoiceRestartDate">
<!-- if no lastInvoiceRestartDate then it's easy, just start now with 1 -->
<calculate field-name="partyAcctgPreference.lastInvoiceNumber" type="Long"><number value="1"/></calculate>
- <now-timestamp-to-env env-name="nowTimestamp"/>
<set from-field="nowTimestamp" field="partyAcctgPreference.lastInvoiceRestartDate"/>
<else>
<!-- first figure out if we need to reset the lastInvoiceNumber; is the lastInvoiceRestartDate after the fiscalYearStartMonth/Day for this year? -->