Openbravo Issue Tracking System - Openbravo ERP | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0015002 | Openbravo ERP | F. Localization | public | 2010-10-22 18:10 | 2010-12-09 16:07 |
| Reporter | dalsasua | ||||
| Assigned To | dalsasua | ||||
| Priority | immediate | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | 20 | OS Version | Ubuntu 9.04 | |
| Product Version | pi | ||||
| Target Version | Fixed in Version | 2.50MP23 | |||
| Merge Request Status | |||||
| Review Assigned To | |||||
| OBNetwork customer | No | ||||
| Web browser | |||||
| Modules | Core | ||||
| Support ticket | |||||
| Regression level | |||||
| Regression date | |||||
| Regression introduced in release | |||||
| Regression introduced by commit | |||||
| Triggers an Emergency Pack | No | ||||
| Summary | 0015002: Initial Client Setup, if apply reference data, duplicates entries in ad_clientmodule table | ||||
| Description | Initial Client Setup, if apply reference data, duplicates entries in ad_clientmodule and ad_orgmodule tables | ||||
| Steps To Reproduce | |||||
| Proposed Solution | diff --git a/src/org/openbravo/erpCommon/businessUtility/InitialClientSetup.java b/src/org/openbravo/erpCommon/businessUtility/InitialClientSetup.java --- a/src/org/openbravo/erpCommon/businessUtility/InitialClientSetup.java +++ b/src/org/openbravo/erpCommon/businessUtility/InitialClientSetup.java @@ -670,20 +670,6 @@ elements = iResult.getUpdatedObjects(); logEvent(elements.size() + " @RowsUpdated@"); } - ADClientModule clientModule = null; - try { - clientModule = InitialSetupUtility.insertClientModule(client, module); - } catch (Exception e) { - return logErrorAndRollback( - "@CreateReferenceDataFailed@", - "insertReferenceDataModules() - Exception while updating version installed of the accounting module " - + module.getName(), e); - } - if (clientModule == null) - return logErrorAndRollback( - "@CreateReferenceDataFailed@", - "insertReferenceDataModules() - Exception while updating version installed of the accounting module " - + module.getName()); } return obeResult; } | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2010-10-22 18:10 | dalsasua | New Issue | |||
| 2010-10-22 18:10 | dalsasua | Assigned To | => dalsasua | ||
| 2010-10-22 18:10 | dalsasua | OBNetwork customer | => No | ||
| 2010-10-22 18:15 | hgbot | Checkin | |||
| 2010-10-22 18:15 | hgbot | Note Added: 0032127 | |||
| 2010-10-22 18:15 | hgbot | Status | new => resolved | ||
| 2010-10-22 18:15 | hgbot | Resolution | open => fixed | ||
| 2010-10-22 18:15 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/44841807a54d6263745e2e07419c611dfc54f1d6 [^] | ||
| 2010-10-22 22:43 | hudsonbot | Checkin | |||
| 2010-10-22 22:43 | hudsonbot | Note Added: 0032138 | |||
| 2010-11-18 12:24 | psarobe | Status | resolved => closed | ||
| 2010-11-18 12:24 | psarobe | Fixed in Version | => 2.50MP23 | ||
| 2010-12-09 16:07 | anonymous | sf_bug_id | 0 => 3133528 | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||