You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2006/08/18 21:22:50 UTC

svn commit: r432688 - /incubator/ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml

Author: jacopoc
Date: Fri Aug 18 12:22:49 2006
New Revision: 432688

URL: http://svn.apache.org/viewvc?rev=432688&view=rev
Log:
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>