[OFBiz] SVN: r6924 - trunk/applications/accounting/script/org/ofbiz/accounting/ledger

sichen@svn.ofbiz.org sichen at svn.ofbiz.org
Mon Mar 6 11:30:03 CST 2006


Author: sichen
Date: 2006-03-06 11:30:01 -0600 (Mon, 06 Mar 2006)
New Revision: 6924

Modified:
   trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml
Log:
Fixed bag log level

Modified: trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml
===================================================================
--- trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml	2006-03-06 16:58:56 UTC (rev 6923)
+++ trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml	2006-03-06 17:30:01 UTC (rev 6924)
@@ -387,7 +387,7 @@
     <!-- Miscellaneous services for product and inventory -->
 
     <simple-method method-name="getProductOrgGlAccount" short-description="Look up a GlAccountId from ProductGlAccount, then GlAccountTypeDefault"> 
-        <log level="warn" message="getProductOrgGlAccount is deprecated. Please use UtilAccounting.getProductOrgGlAccountId instead."/>
+        <log level="warning" message="getProductOrgGlAccount is deprecated. Please use UtilAccounting.getProductOrgGlAccountId instead."/>
         <!-- if parameters for ProductGlAccount were passed, then try there first -->
         <if>
             <condition>



More information about the Svn mailing list