details:   https://code.openbravo.com/erp/devel/pi/rev/7b776f54d6e8
changeset: 18965:7b776f54d6e8
user:      Antonio Moreno <antonio.moreno <at> openbravo.com>
date:      Tue Dec 04 13:19:39 2012 +0100
summary:   Fixed typo raised in Oracle

diffstat:

 
src-util/modulescript/build/classes/org/openbravo/modulescript/InitializeAcctDimensionsInClientData.class
     |    0 
 
src-util/modulescript/build/javasqlc/src/org/openbravo/modulescript/InitializeAcctDimensionsInClientData.java
 |  106 ++++----
 
src-util/modulescript/src/org/openbravo/modulescript/InitializeAcctDimensionsInClient_data.xsql
               |  110 +++++-----
 3 files changed, 108 insertions(+), 108 deletions(-)

diffs (truncated from 968 to 300 lines):

diff -r 5c42e81356ae -r 7b776f54d6e8 
src-util/modulescript/build/classes/org/openbravo/modulescript/InitializeAcctDimensionsInClientData.class
Binary file 
src-util/modulescript/build/classes/org/openbravo/modulescript/InitializeAcctDimensionsInClientData.class
 has changed
diff -r 5c42e81356ae -r 7b776f54d6e8 
src-util/modulescript/build/javasqlc/src/org/openbravo/modulescript/InitializeAcctDimensionsInClientData.java
--- 
a/src-util/modulescript/build/javasqlc/src/org/openbravo/modulescript/InitializeAcctDimensionsInClientData.java
     Tue Dec 04 12:55:34 2012 +0100
+++ 
b/src-util/modulescript/build/javasqlc/src/org/openbravo/modulescript/InitializeAcctDimensionsInClientData.java
     Tue Dec 04 13:19:39 2012 +0100
@@ -200,7 +200,7 @@
     String strSql = "";
     strSql = strSql + 
       "        INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'BP', 'ARI', 
'Y', 'N', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'BP', 'ARI', 
'Y', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -231,7 +231,7 @@
     String strSql = "";
     strSql = strSql + 
       "      INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(),?, '0', 'Y', now(), '0', now(), '0', 'BP', 'ARI_RM', 
'Y', 'N', 'N');";
+      "values (get_uuid(),?, '0', 'Y', now(), '0', now(), '0', 'BP', 'ARI_RM', 
'Y', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -262,7 +262,7 @@
     String strSql = "";
     strSql = strSql + 
       "     INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'BP', 'ESH', 
'Y', 'Y', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'BP', 'ESH', 
'Y', 'Y', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -293,7 +293,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(),? , '0', 'Y', now(), '0', now(), '0', 'BP', 'MMR', 
'Y', 'N', 'N');";
+      "values (get_uuid(),? , '0', 'Y', now(), '0', now(), '0', 'BP', 'MMR', 
'Y', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -324,7 +324,7 @@
     String strSql = "";
     strSql = strSql + 
       "    INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'BP', 'SOO', 
'Y', 'N', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'BP', 'SOO', 
'Y', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -355,7 +355,7 @@
     String strSql = "";
     strSql = strSql + 
       "   INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'BP', 'MMS', 
'Y', 'N', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'BP', 'MMS', 
'Y', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -386,7 +386,7 @@
     String strSql = "";
     strSql = strSql + 
       "   INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'BP', 'ARR', 
'N', 'Y', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'BP', 'ARR', 
'N', 'Y', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -417,7 +417,7 @@
     String strSql = "";
     strSql = strSql + 
       "  INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(),? , '0', 'Y', now(), '0', now(), '0', 'BP', 'APC', 
'Y', 'N', 'N');";
+      "values (get_uuid(),? , '0', 'Y', now(), '0', now(), '0', 'BP', 'APC', 
'Y', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -448,7 +448,7 @@
     String strSql = "";
     strSql = strSql + 
       "  INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'BP', 'FAT', 
'Y', 'N', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'BP', 'FAT', 
'Y', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -479,7 +479,7 @@
     String strSql = "";
     strSql = strSql + 
       "  INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'BP', 'APP', 
'N', 'Y', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'BP', 'APP', 
'N', 'Y', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -510,7 +510,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'BP', 'ARF', 
'Y', 'N', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'BP', 'ARF', 
'Y', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -541,7 +541,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'BP', 'ARC', 
'Y', 'N', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'BP', 'ARC', 
'Y', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -572,7 +572,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ?, '0', 'Y', now(), '0', now(), '0', 'BP', 'BGT', 
'N', 'N', 'N');";
+      "values (get_uuid(), ?, '0', 'Y', now(), '0', now(), '0', 'BP', 'BGT', 
'N', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -603,7 +603,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'BP', 'AMZ', 
'N', 'N', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'BP', 'AMZ', 
'N', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -634,7 +634,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(),? , '0', 'Y', now(), '0', now(), '0', 'BP', 'API', 
'Y', 'N', 'N');";
+      "values (get_uuid(),? , '0', 'Y', now(), '0', now(), '0', 'BP', 'API', 
'Y', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -665,7 +665,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'BP', 'GLJ', 
'N', 'N', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'BP', 'GLJ', 
'N', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -696,7 +696,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'ESH', 
'N', 'Y', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'ESH', 
'N', 'Y', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -727,7 +727,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 
'ARI_RM', 'N', 'N', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 
'ARI_RM', 'N', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -758,7 +758,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'ARI', 
'N', 'N', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'ARI', 
'N', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -789,7 +789,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'API', 
'N', 'N', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'API', 
'N', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -820,7 +820,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'GLJ', 
'N', 'N', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'GLJ', 
'N', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -851,7 +851,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(),? , '0', 'Y', now(), '0', now(), '0', 'PR', 'AMZ', 
'N', 'N', 'N');";
+      "values (get_uuid(),? , '0', 'Y', now(), '0', now(), '0', 'PR', 'AMZ', 
'N', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -882,7 +882,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'ARC', 
'N', 'N', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'ARC', 
'N', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -913,7 +913,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'ARF', 
'N', 'N', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'ARF', 
'N', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -944,7 +944,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'BGT', 
'N', 'N', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'BGT', 
'N', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -975,7 +975,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'APP', 
'N', 'N', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'APP', 
'N', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -1006,7 +1006,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'FAT', 
'N', 'N', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'FAT', 
'N', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -1037,7 +1037,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'APC', 
'N', 'N', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'APC', 
'N', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -1068,7 +1068,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'POO', 
'N', 'Y', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'POO', 
'N', 'Y', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -1099,7 +1099,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(),? , '0', 'Y', now(), '0', now(), '0', 'PR', 'MMS', 
'N', 'N', 'N');";
+      "values (get_uuid(),? , '0', 'Y', now(), '0', now(), '0', 'PR', 'MMS', 
'N', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -1130,7 +1130,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'ARR', 
'N', 'N', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'ARR', 
'N', 'N', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -1161,7 +1161,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'SOO', 
'N', 'Y', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'SOO', 
'N', 'Y', 'N')";
 
     int updateCount = 0;
     PreparedStatement st = null;
@@ -1192,7 +1192,7 @@
     String strSql = "";
     strSql = strSql + 
       "INSERT INTO ad_client_acctdimension(ad_client_acctdimension_id, 
ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, 
dimension, docbasetype, show_in_header, show_in_lines, show_in_breakdown)" +
-      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'MMR', 
'N', 'N', 'N');";
+      "values (get_uuid(), ? , '0', 'Y', now(), '0', now(), '0', 'PR', 'MMR', 
'N', 'N', 'N')";
 

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to