Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0023495 | Openbravo ERP | 09. Financial management | public | 2013-04-05 10:58 | 2013-04-25 17:50 |
Reporter | ngarcia | ||||
Assigned To | ngarcia | ||||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | 3.0MP23 | Fixed in Version | 3.0MP23 | ||
Merge Request Status | |||||
Review Assigned To | jonalegriaesarte | ||||
OBNetwork customer | OBPS | ||||
Web browser | |||||
Modules | Core | ||||
Support ticket | 20414 | ||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0023495: Element Value could not be added to an account tree | ||||
Description | Element Value could not be added to an account tree, if there exists an entry in the AD_TreeNode table with AD_Tree_ID - identifier of the Tree configured to the Account Tree where the elementvalue is included Parent_id - '0' SeqNo - null | ||||
Steps To Reproduce | Check if there exists a record in the AD_TreeNode which has the previous explained values. If not, you should create one through database As group admin role: Go to Account Tree window and select one record Try to create a new Element Value with a search key value different from 0 It could not be saved but no error message is shown A null pointer exception is raised | ||||
Proposed Solution | In the ElementValueEventHandler.getNextSeqNo function replace the following line if (nodes.size() > 0) { for if (nodes.size() > 0 && obc.list().get(0).getSequenceNumber()!=null) { | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-04-05 10:58 | ngarcia | New Issue | |||
2013-04-05 10:58 | ngarcia | Assigned To | => dmiguelez | ||
2013-04-05 10:58 | ngarcia | Modules | => Core | ||
2013-04-05 10:58 | ngarcia | OBNetwork customer | => Yes | ||
2013-04-05 10:58 | ngarcia | Support ticket | => 20414 | ||
2013-04-05 10:58 | ngarcia | Resolution time | => 1367964000 | ||
2013-04-05 10:58 | ngarcia | Triggers an Emergency Pack | => No | ||
2013-04-05 10:58 | ngarcia | Issue Monitored: networkb | |||
2013-04-05 14:45 | dmiguelez | Assigned To | dmiguelez => jonalegriaesarte | ||
2013-04-18 14:59 | ngarcia | Assigned To | jonalegriaesarte => ngarcia | ||
2013-04-18 18:40 | hgbot | Checkin | |||
2013-04-18 18:40 | hgbot | Note Added: 0058027 | |||
2013-04-18 18:40 | hgbot | Status | new => resolved | ||
2013-04-18 18:40 | hgbot | Resolution | open => fixed | ||
2013-04-18 18:40 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/4aa1901ed6b64b4984a04abf3a19719cecc73086 [^] | ||
2013-04-19 12:53 | hudsonbot | Checkin | |||
2013-04-19 12:53 | hudsonbot | Note Added: 0058053 | |||
2013-04-25 17:50 | jonalegriaesarte | Review Assigned To | => jonalegriaesarte | ||
2013-04-25 17:50 | jonalegriaesarte | Status | resolved => closed | ||
2013-04-25 17:50 | jonalegriaesarte | Fixed in Version | => 3.0MP23 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|