details:   /erp/erp/devel/main/rev/3ac83e6f783e
changeset: 5088:3ac83e6f783e
user:      Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
date:      Thu Oct 15 15:24:16 2009 +0200
summary:   Fixed bug 10984: Enterprise Module Management does not display 
modules with Org data access level

details:   /erp/erp/devel/main/rev/80ce9ce6f5ce
changeset: 5089:80ce9ce6f5ce
user:      Antonio Moreno <antonio.moreno <at> openbravo.com>
date:      Thu Oct 15 16:36:57 2009 +0200
summary:   Fixed issue 10986. Invalid rows will be removed after inserting data 
for all the modules.

diffstat:

 src-db/database/lib/dbsourcemanager.jar                                  |    
 src/org/openbravo/erpCommon/modules/ModuleReferenceDataOrgTree_data.xsql |  4 
++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 648fb3683fef -r 80ce9ce6f5ce src-db/database/lib/dbsourcemanager.jar
Binary file src-db/database/lib/dbsourcemanager.jar has changed
diff -r 648fb3683fef -r 80ce9ce6f5ce 
src/org/openbravo/erpCommon/modules/ModuleReferenceDataOrgTree_data.xsql
--- a/src/org/openbravo/erpCommon/modules/ModuleReferenceDataOrgTree_data.xsql  
Wed Oct 14 14:47:18 2009 +0200
+++ b/src/org/openbravo/erpCommon/modules/ModuleReferenceDataOrgTree_data.xsql  
Thu Oct 15 16:36:57 2009 +0200
@@ -12,7 +12,7 @@
  * under the License.
  * The Original Code is Openbravo ERP.
  * The Initial Developer of the Original Code is Openbravo SL
- * All portions are Copyright (C) 2008 Openbravo SL
+ * All portions are Copyright (C) 2008-2009 Openbravo SL
  * All Rights Reserved.
  * Contributor(s):  ______________________________________.
  ************************************************************************
@@ -86,7 +86,7 @@
             AND M.ISACTIVE = 'Y'
             AND 1=1
             AND M.HASREFERENCEDATA = 'Y'
-            AND AD_DATASET.ACCESSLEVEL IN ('3','6') AND EXPORTALLOWED = 'Y'
+            AND AD_DATASET.ACCESSLEVEL IN ('3','6','1') AND EXPORTALLOWED = 'Y'
             AND NOT EXISTS (SELECT 1 FROM AD_CLIENTMODULE CM
                             WHERE CM.ad_module_id = M.ad_module_id
                             AND CM.AD_CLIENT_ID = ?)

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to