Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0026945 | Openbravo ERP | 06. Material requirement planning (MRP) | public | 2014-06-25 23:42 | 2014-06-30 13:15 |
|
Reporter | jecharri | |
Assigned To | jecharri | |
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0PR14Q3 | Fixed in Version | 3.0PR14Q3 | |
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"); |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
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 |