Author: hansbak
Date: Thu Aug  9 06:08:13 2012
New Revision: 1371044

URL: http://svn.apache.org/viewvc?rev=1371044&view=rev
Log:
spelling error in r1369948

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?rev=1371044&r1=1371043&r2=1371044&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml
 (original)
+++ 
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml
 Thu Aug  9 06:08:13 2012
@@ -40,7 +40,7 @@ under the License.
             <set field="customMethodName" 
from-field="customMethod.customMethodName"/>
             <else><!-- retreive service from deprecated enumeration -->
                 <if-compare operator="equals" value="INVSQ_ENF_SEQ" 
field="partyAcctgPreference.oldInvoiceSequenceEnumId">
-                    <set field="customMethodName" 
value="invoiceSequence-enforced"/>
+                    <set field="customMethodName" 
value="invoiceSequenceEnforced"/>
                 </if-compare>
                 <if-compare operator="equals" value="INVSQ_RESTARTYR" 
field="partyAcctgPreference.oldInvoiceSequenceEnumId">
                     <set field="customMethodName" 
value="invoiceSequenceRestart"/>


Reply via email to