Author: jacopoc
Date: Fri Aug 18 12:22:49 2006
New Revision: 432688
URL:
http://svn.apache.org/viewvc?rev=432688&view=revLog:
Changed transaction-timout to transaction-timeout.
Modified:
incubator/ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml
Modified: incubator/ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml?rev=432688&r1=432687&r2=432688&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml Fri Aug 18 12:22:49 2006
@@ -266,7 +266,7 @@
</service>
<service name="postAcctgTrans" default-entity-name="AcctgTrans" engine="simple"
location="org/ofbiz/accounting/ledger/AcctgTransServices.xml" invoke="postAcctgTrans" auth="true"
- transaction-timout="600">
+ transaction-timeout="600">
<description>Post a AcctgTrans and related entries. This will make sure that the time period is not closed and that
the sum of the debits and credits are equal.
</description>