details:   https://code.openbravo.com/erp/devel/pi/rev/1287320542de
changeset: 13135:1287320542de
user:      David Alsasua <david.alsasua <at> openbravo.com>
date:      Mon Jul 11 13:07:22 2011 +0200
summary:   Reformatted correctly file. No code change

diffstat:

 src/org/openbravo/erpCommon/businessUtility/COAUtility.java |  18 ++++++------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (31 lines):

diff -r 468cea8e7e38 -r 1287320542de 
src/org/openbravo/erpCommon/businessUtility/COAUtility.java
--- a/src/org/openbravo/erpCommon/businessUtility/COAUtility.java       Mon Jul 
11 12:39:36 2011 +0200
+++ b/src/org/openbravo/erpCommon/businessUtility/COAUtility.java       Mon Jul 
11 13:07:22 2011 +0200
@@ -416,18 +416,18 @@
     log4j.debug("insertAccountingSchema() - Inserting Organization Accounting 
Schema record.");
     OrganizationAcctSchema orgAcctSchema = null;
     if (organization != null && organization.getId() != "0") {
-    try {
-      orgAcctSchema = InitialSetupUtility.insertOrgAcctSchema(client, 
acctSchema, organization);
-    } catch (Exception e) {
+      try {
+        orgAcctSchema = InitialSetupUtility.insertOrgAcctSchema(client, 
acctSchema, organization);
+      } catch (Exception e) {
         return logError(
             "@CreateAccountingFailed@",
-          "insertAccountingSchema() - Exception while creating organization - 
acct. schema entry",
-          e);
-    }
+            "insertAccountingSchema() - Exception while creating organization 
- acct. schema entry",
+            e);
+      }
 
-    if (orgAcctSchema == null)
-      return logError("@CreateAccountingFailed@",
-          "insertAccountingSchema() - Exception while creating organization - 
acct. schema entry");
+      if (orgAcctSchema == null)
+        return logError("@CreateAccountingFailed@",
+            "insertAccountingSchema() - Exception while creating organization 
- acct. schema entry");
     }
     return obeResult;
   }

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to