Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0024696Openbravo ERP07. Sales managementpublic2013-09-05 12:002013-09-17 19:02
egoitz 
alostale 
immediateminoralways
closedfixed 
5
 
3.0MP283.0MP28 
shankarb
Core
Production - Confirmed Stable
2013-01-16
https://code.openbravo.com/erp/devel/pi/rev/38af5fb36bd9 [^]
No
0024696: When you are writing on a product field on the order window, when you delete all the text, you get a error on the log
When you are writing on a product field on the order window, when you delete all the text, you get a error on the log
-Open the sales order window
-Create a header
-Create a new line
-ON product field start writting to find a product
-Then delete all the text.
*When you delete all the text a error is shown on the openbravo.log at tomcat.
No tags attached.
Issue History
2013-09-05 12:00egoitzNew Issue
2013-09-05 12:00egoitzAssigned To => alostale
2013-09-05 12:00egoitzModules => Core
2013-09-05 12:00egoitzTriggers an Emergency Pack => No
2013-09-05 12:01egoitzRegression level => Production - Confirmed Stable
2013-09-05 12:01egoitzRegression date => 2013-01-16
2013-09-05 12:01egoitzRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/38af5fb36bd9 [^]
2013-09-05 12:14alostaleSeveritymajor => minor
2013-09-05 12:14alostaleNote Added: 0060927
2013-09-05 12:15alostaleNote Edited: 0060927bug_revision_view_page.php?bugnote_id=0060927#r4993
2013-09-05 12:19alostaleReview Assigned To => shankarb
2013-09-05 12:19hgbotCheckin
2013-09-05 12:19hgbotNote Added: 0060928
2013-09-05 12:19hgbotStatusnew => resolved
2013-09-05 12:19hgbotResolutionopen => fixed
2013-09-05 12:19hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/208c8406036f6e63283df451d069a9836cf5505c [^]
2013-09-14 15:12shankarbNote Added: 0061151
2013-09-14 15:12shankarbStatusresolved => closed
2013-09-14 15:12shankarbFixed in Version => 3.0MP28
2013-09-17 19:02hudsonbotCheckin
2013-09-17 19:02hudsonbotNote Added: 0061221

Notes
(0060927)
alostale   
2013-09-05 12:14   
(edited on: 2013-09-05 12:15)
This is the error:
1f923ef8 3676632 [http-8080-2] ERROR org.openbravo.client.application.window.FormInitializationComponent - Couldn't parse callout response. The parsed response was: var calloutName='SL_Order_Product';

var respuesta = new Array(new Array("inpcUomId", ""),new Array("inppricelist", 0),new Array("inppricelimit", 0),new Array("inppricestd", 0),new Array("inppriceactual", ),new Array("inpcCurrencyId", "102"),new Array("inpdiscount", 0),new Array("inpmProductUomId", null
),new Array("EXECUTE", "displayLogic();"),
new Array("CURSOR_FIELD", "inpqtyordered")
, new Array("CURSOR_FIELD", "inpquantityorder")
);
org.mozilla.javascript.EvaluatorException: syntax error (<cmd>#3)

Problem is in:

new Array("inppriceactual", )

(0060928)
hgbot   
2013-09-05 12:19   
Repository: erp/devel/pi
Changeset: 208c8406036f6e63283df451d069a9836cf5505c
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Sep 05 12:18:56 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/208c8406036f6e63283df451d069a9836cf5505c [^]

fixed bug 24696: error in log when empty product selector in Order window

  if price actual is not calculated because there's no product set 0 instead of blank

---
M src/org/openbravo/erpCommon/ad_callouts/SL_Order_Product.java
---
(0061151)
shankarb   
2013-09-14 15:12   
Code reviewed and tested in pi changeset ceeb08524ec9.
(0061221)
hudsonbot   
2013-09-17 19:02   
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/1c53d622fc50 [^]

Maturity status: Test