Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0029029 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 09. Financial management | minor | always | 2015-02-23 17:00 | 2015-04-01 08:47 | |||
Reporter | aferraz | View Status | public | |||||
Assigned To | aferraz | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR15Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 59ef94f00815 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 64 bit | Database | PostgreSQL | Java version | 1.6.0_18 | |||
OS Version | Professional Appliance | Database version | 8.3.9 | Ant version | 1.7.1 | |||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | Sandrahuguet | |||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2013-01-30 | |||||||
Regression introduced in release | 3.0MP20 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/ddafe117203b20b2319a0f81db5a836af99bc44c [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0029029: SL_Journal_Period raises an exception when it is called from G/L Journal Batch tab | |||||||
Description | When SL_Journal_Period callout is called from G/L Journal Batch tab, it raises an exception because acctSchema is null. | |||||||
Steps To Reproduce | As group admin role: Create a record in the GL Journal window Change the Document date Realize a NullPointerException is raised in the log of Openbravo. | |||||||
Proposed Solution | SLJournalPeriodData.getCurrencyRate should be call only if acctSchema is not null | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0074923) hgbot (developer) 2015-02-25 18:20 |
Repository: erp/devel/pi Changeset: e72f5b99ab8bcd4a2f5e74566397ab32711543ec Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Mon Feb 23 18:52:28 2015 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/e72f5b99ab8bcd4a2f5e74566397ab32711543ec [^] Fixes issue 29029: SL_Journal_Period raises a NullPointer Exception AcctSchema will be retrieved only if acctSchemaId is not null (G/L Journal Header tab). In other case (G/L Journal Batch tab) it will not. --- M src/org/openbravo/erpCommon/ad_callouts/SL_Journal_Period.java --- |
(0074926) Sandrahuguet (viewer) 2015-02-25 18:22 |
Code review + testing OK |
(0074931) aferraz (viewer) 2015-02-25 18:27 |
Test case added in Testlink: http://testlink.openbravo.com/testlink/linkto.php?tprojectPrefix=Communit&item=testcase&id=Communit-8046 [^] |
(0075002) hudsonbot (viewer) 2015-02-26 22:39 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/bcc51efc87d5 [^] Maturity status: Test |
(0076195) hgbot (developer) 2015-04-01 08:05 |
Repository: erp/backports/3.0PR15Q2 Changeset: 59ef94f008159dd15e1e873f70ee0468fa0b1484 Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Mon Feb 23 18:52:28 2015 +0100 URL: http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/59ef94f008159dd15e1e873f70ee0468fa0b1484 [^] Fixes issue 29029: SL_Journal_Period raises a NullPointer Exception AcctSchema will be retrieved only if acctSchemaId is not null (G/L Journal Header tab). In other case (G/L Journal Batch tab) it will not. --- M src/org/openbravo/erpCommon/ad_callouts/SL_Journal_Period.java --- |
(0076280) priyam (administrator) 2015-04-01 08:47 |
closed again, as the status changes due to merge of tag 15Q1.2 to backport repo Q2 |
![]() |
|||
Date Modified | Username | Field | Change |
2015-02-23 17:00 | aferraz | New Issue | |
2015-02-23 17:00 | aferraz | Assigned To | => aferraz |
2015-02-23 17:00 | aferraz | OBNetwork customer | => No |
2015-02-23 17:00 | aferraz | Modules | => Core |
2015-02-23 17:00 | aferraz | Triggers an Emergency Pack | => No |
2015-02-23 17:28 | aferraz | Regression level | => Production - Confirmed Stable |
2015-02-23 17:28 | aferraz | Regression date | => 2013-01-30 |
2015-02-23 17:28 | aferraz | Regression introduced in release | => 3.0MP20 |
2015-02-23 17:28 | aferraz | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/ddafe117203b20b2319a0f81db5a836af99bc44c [^] |
2015-02-23 17:32 | aferraz | Relationship added | caused by 0021975 |
2015-02-24 17:00 | aferraz | Priority | normal => immediate |
2015-02-25 18:20 | hgbot | Checkin | |
2015-02-25 18:20 | hgbot | Note Added: 0074923 | |
2015-02-25 18:20 | hgbot | Status | new => resolved |
2015-02-25 18:20 | hgbot | Resolution | open => fixed |
2015-02-25 18:20 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e72f5b99ab8bcd4a2f5e74566397ab32711543ec [^] |
2015-02-25 18:22 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2015-02-25 18:22 | Sandrahuguet | Note Added: 0074926 | |
2015-02-25 18:22 | Sandrahuguet | Status | resolved => closed |
2015-02-25 18:22 | Sandrahuguet | Fixed in Version | => 3.0PR15Q2 |
2015-02-25 18:27 | aferraz | Note Added: 0074931 | |
2015-02-26 22:39 | hudsonbot | Checkin | |
2015-02-26 22:39 | hudsonbot | Note Added: 0075002 | |
2015-04-01 08:05 | hgbot | Checkin | |
2015-04-01 08:05 | hgbot | Note Added: 0076195 | |
2015-04-01 08:05 | hgbot | Status | closed => resolved |
2015-04-01 08:05 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/e72f5b99ab8bcd4a2f5e74566397ab32711543ec [^] => http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/59ef94f008159dd15e1e873f70ee0468fa0b1484 [^] |
2015-04-01 08:47 | priyam | Status | resolved => closed |
2015-04-01 08:47 | priyam | Note Added: 0076280 |
Copyright © 2000 - 2009 MantisBT Group |