Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0026784 | Openbravo ERP | 07. Sales management | public | 2014-06-04 17:34 | 2014-08-19 07:14 |
|
Reporter | jonalegriaesarte | |
Assigned To | jonalegriaesarte | |
Priority | urgent | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR14Q3 | Fixed in Version | 3.0PR14Q3 | |
Merge Request Status | |
Review Assigned To | egoitz |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 29111 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0026784: Null pointer exception in SL_RequisitionLine_Product callout when the product does not have attribute set |
Description | Null pointer exception in SL_RequisitionLine_Product callout when the product does not have attribute set |
Steps To Reproduce | - Requisition line
- Select a product without attribute set
- System shows a null pointer exception |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-06-04 17:34 | jonalegriaesarte | New Issue | |
2014-06-04 17:34 | jonalegriaesarte | Assigned To | => jonalegriaesarte |
2014-06-04 17:34 | jonalegriaesarte | Modules | => Core |
2014-06-04 17:34 | jonalegriaesarte | OBNetwork customer | => Yes |
2014-06-04 17:34 | jonalegriaesarte | Support ticket | => 29111 |
2014-06-04 17:34 | jonalegriaesarte | Resolution time | => 1404770400 |
2014-06-04 17:34 | jonalegriaesarte | Triggers an Emergency Pack | => No |
2014-06-04 17:47 | extra | Issue Monitored: extra | |
2014-06-04 17:59 | hgbot | Checkin | |
2014-06-04 17:59 | hgbot | Note Added: 0067761 | |
2014-06-04 17:59 | hgbot | Status | new => resolved |
2014-06-04 17:59 | hgbot | Resolution | open => fixed |
2014-06-04 17:59 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/7ba837884760d6467e881d80ec07a0ed504e436c [^] |
2014-06-05 13:26 | hgbot | Checkin | |
2014-06-05 13:26 | hgbot | Note Added: 0067781 | |
2014-06-05 13:26 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/7ba837884760d6467e881d80ec07a0ed504e436c [^] => http://code.openbravo.com/erp/devel/pi/rev/3f6f5b7a0a45f5d841556e1b216be05757280529 [^] |
2014-06-09 17:21 | egoitz | Review Assigned To | => egoitz |
2014-06-09 17:21 | egoitz | Status | resolved => closed |
2014-06-09 17:21 | egoitz | Fixed in Version | => PR14Q3 |
2014-06-10 22:23 | hudsonbot | Checkin | |
2014-06-10 22:23 | hudsonbot | Note Added: 0067882 | |
2014-06-10 22:24 | hudsonbot | Checkin | |
2014-06-10 22:24 | hudsonbot | Note Added: 0067885 | |
2014-08-19 07:14 | eintelau | Issue Monitored: eintelau | |
Notes |
|
(0067761)
|
hgbot
|
2014-06-04 17:59
|
|
Repository: erp/devel/pi
Changeset: 7ba837884760d6467e881d80ec07a0ed504e436c
Author: Jon Alegría <jon.alegria <at> openbravo.com>
Date: Wed Jun 04 17:59:19 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/7ba837884760d6467e881d80ec07a0ed504e436c [^]
Fixes issue 0026784: Null pointer exception in SL_RequisitionLine_Product
callout when the product does not have attribute set
---
M src/org/openbravo/erpCommon/ad_callouts/SL_RequisitionLine_Product.java
---
|
|
|
(0067781)
|
hgbot
|
2014-06-05 13:26
|
|
Repository: erp/devel/pi
Changeset: 3f6f5b7a0a45f5d841556e1b216be05757280529
Author: Jon Alegría <jon.alegria <at> openbravo.com>
Date: Thu Jun 05 13:25:41 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3f6f5b7a0a45f5d841556e1b216be05757280529 [^]
Fixes issue 0026784: Null pointer exception in SL_RequisitionLine_Product
callout when the product does not have attribute set
Added condition to control null values
---
M src/org/openbravo/erpCommon/ad_callouts/SL_RequisitionLine_Product.java
---
|
|
|
|
|
|
|
|