details: /erp/devel/pi/rev/fbfa17b30b68
changeset: 6520:fbfa17b30b68
user: Antonio Moreno <antonio.moreno <at> openbravo.com>
date: Fri Feb 26 17:26:47 2010 +0100
summary: Fixed issue 12489. Modules will no longer be set as 'in development'
when they are being installed.
diffstat:
src/org/openbravo/erpCommon/modules/ImportModule.java | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r fd7dd0f300b7 -r fbfa17b30b68
src/org/openbravo/erpCommon/modules/ImportModule.java
--- a/src/org/openbravo/erpCommon/modules/ImportModule.java Fri Feb 26
16:44:28 2010 +0100
+++ b/src/org/openbravo/erpCommon/modules/ImportModule.java Fri Feb 26
17:26:47 2010 +0100
@@ -837,7 +837,6 @@
for (final DynaBean module : dModulesToInstall) {
seqNo += 10;
- module.set("ISINDEVELOPMENT", "Y");
module.set("ISDEFAULT", "N");
module.set("STATUS", "I");
module.set("SEQNO", seqNo);
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits