Openbravo Issue Tracking System - Openbravo ERP | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0014521 | Openbravo ERP | 01. General setup | public | 2010-09-13 09:58 | 2010-09-22 00:00 |
| Reporter | dalsasua | ||||
| Assigned To | dalsasua | ||||
| Priority | urgent | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | 20 | OS Version | Ubuntu 9.04 | |
| Product Version | |||||
| Target Version | pi | Fixed in Version | 2.50MP22 | ||
| 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 | 0014521: Initial Client Setup creates accounting schema with element "Product" Mandatory | ||||
| Description | Initial Client Setup creates accounting schema with element "Product" Mandatory | ||||
| Steps To Reproduce | Do Initial Client Setup Change role to new client Create a new account combination Realize that you need to provide a product; otherwise, the account combination cannot be created | ||||
| Proposed Solution | diff --git a/src/org/openbravo/erpCommon/businessUtility/COAUtility.java b/src/org/openbravo/erpCommon/businessUtility/COAUtility.java --- a/src/org/openbravo/erpCommon/businessUtility/COAUtility.java +++ b/src/org/openbravo/erpCommon/businessUtility/COAUtility.java @@ -304,7 +304,7 @@ if (strElement.equals(ACCT_SCHEMA_ELEMENT_PRODUCT) && hasProduct) { try { productAcctSchemaElement = InitialSetupUtility.insertAcctSchemaElement(acctSchema, - organization, listElement, 30L, true, false, null, element); + organization, listElement, 30L, false, false, null, element); } catch (Exception e) { return logError( "@CreateAccountingFailed@", @@ -821,4 +821,4 @@ // strResult = filterArray(strResult); return strResult; } -} \ No newline at end of file +} | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2010-09-13 09:58 | dalsasua | New Issue | |||
| 2010-09-13 09:58 | dalsasua | Assigned To | => dalsasua | ||
| 2010-09-13 09:58 | dalsasua | OBNetwork customer | => No | ||
| 2010-09-13 10:00 | hgbot | Checkin | |||
| 2010-09-13 10:00 | hgbot | Note Added: 0030971 | |||
| 2010-09-13 10:00 | hgbot | Status | new => resolved | ||
| 2010-09-13 10:00 | hgbot | Resolution | open => fixed | ||
| 2010-09-13 10:00 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/08a682423cca507e24d036dedd573a2807530577 [^] | ||
| 2010-09-13 15:54 | hudsonbot | Checkin | |||
| 2010-09-13 15:54 | hudsonbot | Note Added: 0030995 | |||
| 2010-09-21 11:32 | psarobe | Note Added: 0031263 | |||
| 2010-09-21 11:32 | psarobe | Status | resolved => closed | ||
| 2010-09-21 11:32 | psarobe | Fixed in Version | => 2.50MP22 | ||
| 2010-09-22 00:00 | anonymous | sf_bug_id | 0 => 3072974 | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||