Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0026945 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 06. Material requirement planning (MRP) | minor | always | 2014-06-25 23:42 | 2014-06-30 13:15 | |||
Reporter | jecharri | View Status | public | |||||
Assigned To | jecharri | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 3.0PR14Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | c016b282ca61 | ||||
Projection | none | ETA | none | Target Version | 3.0PR14Q3 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | jonalegriaesarte | |||||||
OBNetwork customer | OBPS | |||||||
Web browser | Google Chrome | |||||||
Modules | Core | |||||||
Support ticket | 29439 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0026945: Callout SL_Production_Product can fail | |||||||
Description | Callout SL_Production_Product can fail The problem is in line resultado.append("new Array(\"inpattrsetvaluetype\", \"" + FormatUtilities.replaceJS(strAttrSetValueType) + "\"),\n"); Sometimes "strAttrSetValueType" variable can be null and this is creating that the callout execution is stopped | |||||||
Steps To Reproduce | - | |||||||
Proposed Solution | resultado.append("new Array(\"inpattrsetvaluetype\", \"" + FormatUtilities.replaceJS(strAttrSetValueType == null ? "":strAttrSetValueType) + "\"),\n"); | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0068323) hgbot (developer) 2014-06-25 23:46 |
Repository: erp/devel/pi Changeset: c016b282ca6106c514d7f1a80b786397ae57baa9 Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Wed Jun 25 16:46:12 2014 -0500 URL: http://code.openbravo.com/erp/devel/pi/rev/c016b282ca6106c514d7f1a80b786397ae57baa9 [^] Fixes issue 26945: Callout SL_Production_Product can fail --- M src/org/openbravo/erpCommon/ad_callouts/SL_Production_Product.java --- |
(0068329) hudsonbot (viewer) 2014-06-26 08:22 |
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/c5307fea5f60 [^] Maturity status: Test |
(0068436) jonalegriaesarte (viewer) 2014-06-30 13:15 |
Fixed and working fine |
![]() |
|||
Date Modified | Username | Field | Change |
2014-06-25 23:42 | jecharri | New Issue | |
2014-06-25 23:42 | jecharri | Assigned To | => dmiguelez |
2014-06-25 23:42 | jecharri | OBNetwork customer | => Yes |
2014-06-25 23:42 | jecharri | Web browser | => Google Chrome |
2014-06-25 23:42 | jecharri | Modules | => Core |
2014-06-25 23:42 | jecharri | Support ticket | => 29439 |
2014-06-25 23:42 | jecharri | Resolution time | => 1406671200 |
2014-06-25 23:42 | jecharri | Triggers an Emergency Pack | => No |
2014-06-25 23:42 | jecharri | Assigned To | dmiguelez => jecharri |
2014-06-25 23:46 | hgbot | Checkin | |
2014-06-25 23:46 | hgbot | Note Added: 0068323 | |
2014-06-25 23:46 | hgbot | Status | new => resolved |
2014-06-25 23:46 | hgbot | Resolution | open => fixed |
2014-06-25 23:46 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c016b282ca6106c514d7f1a80b786397ae57baa9 [^] |
2014-06-26 08:22 | hudsonbot | Checkin | |
2014-06-26 08:22 | hudsonbot | Note Added: 0068329 | |
2014-06-30 13:15 | jonalegriaesarte | Review Assigned To | => jonalegriaesarte |
2014-06-30 13:15 | jonalegriaesarte | Note Added: 0068436 | |
2014-06-30 13:15 | jonalegriaesarte | Status | resolved => closed |
2014-06-30 13:15 | jonalegriaesarte | Fixed in Version | => PR14Q3 |
Copyright © 2000 - 2009 MantisBT Group |