Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0026945Openbravo ERP06. Material requirement planning (MRP)public2014-06-25 23:422014-06-30 13:15
jecharri 
jecharri 
urgentminoralways
closedfixed 
5
pi 
3.0PR14Q33.0PR14Q3 
jonalegriaesarte
Google Chrome
Core
No
0026945: Callout SL_Production_Product can fail
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

-
resultado.append("new Array(\"inpattrsetvaluetype\", \""
        + FormatUtilities.replaceJS(strAttrSetValueType == null ? "":strAttrSetValueType) + "\"),\n");
No tags attached.
Issue History
2014-06-25 23:42jecharriNew Issue
2014-06-25 23:42jecharriAssigned To => dmiguelez
2014-06-25 23:42jecharriWeb browser => Google Chrome
2014-06-25 23:42jecharriModules => Core
2014-06-25 23:42jecharriResolution time => 1406671200
2014-06-25 23:42jecharriTriggers an Emergency Pack => No
2014-06-25 23:42jecharriAssigned Todmiguelez => jecharri
2014-06-25 23:46hgbotCheckin
2014-06-25 23:46hgbotNote Added: 0068323
2014-06-25 23:46hgbotStatusnew => resolved
2014-06-25 23:46hgbotResolutionopen => fixed
2014-06-25 23:46hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/c016b282ca6106c514d7f1a80b786397ae57baa9 [^]
2014-06-26 08:22hudsonbotCheckin
2014-06-26 08:22hudsonbotNote Added: 0068329
2014-06-30 13:15jonalegriaesarteReview Assigned To => jonalegriaesarte
2014-06-30 13:15jonalegriaesarteNote Added: 0068436
2014-06-30 13:15jonalegriaesarteStatusresolved => closed
2014-06-30 13:15jonalegriaesarteFixed in Version => PR14Q3

Notes
(0068323)
hgbot   
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   
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   
2014-06-30 13:15   
Fixed and working fine