Openbravo Issue Tracking System - Openbravo ERP | |||||||||||||||||||
View Issue Details | |||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||
0018959 | Openbravo ERP | 08. Project and service management | public | 2011-11-02 17:29 | 2011-12-23 10:35 | ||||||||||||||
Reporter | malsasua | ||||||||||||||||||
Assigned To | jonalegriaesarte | ||||||||||||||||||
Priority | high | Severity | minor | Reproducibility | always | ||||||||||||||
Status | closed | Resolution | fixed | ||||||||||||||||
Platform | OS | 20 | OS Version | Community Appliance | |||||||||||||||
Product Version | |||||||||||||||||||
Target Version | 3.0MP7 | Fixed in Version | 3.0MP7 | ||||||||||||||||
Merge Request Status | |||||||||||||||||||
Review Assigned To | |||||||||||||||||||
OBNetwork customer | OBPS | ||||||||||||||||||
Web browser | Google Chrome | ||||||||||||||||||
Modules | Core | ||||||||||||||||||
Support ticket | 13117 | ||||||||||||||||||
Regression level | |||||||||||||||||||
Regression date | |||||||||||||||||||
Regression introduced in release | |||||||||||||||||||
Regression introduced by commit | |||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||
Summary | 0018959: error in log file to create a new line in expense sheet window. Error in SE_Expense_Amount callout | ||||||||||||||||||
Description | In expense sheet window, to create a new line, in log file is displayed an error: ERROR org.openbravo.client.application.window.FormInitializationComponent - Couldn't parse callout response. The parsed response was: var calloutName='SE_Expense_Amount'; var respuesta = new Array(new Array("inpexpenseamt", 0.0), new Array("inpconvertedamt", )); org.mozilla.javascript.EvaluatorException: syntax error (<cmd>#3) at org.mozilla.javascript.DefaultErrorReporter.runtimeError(DefaultErrorReporter.java:109) at org.mozilla.javascript.DefaultErrorReporter.error(DefaultErrorReporter.java:96) at org.mozilla.javascript.Parser.addError(Parser.java:146) at org.mozilla.javascript.Parser.reportError(Parser.java:160) at org.mozilla.javascript.Parser.primaryExpr(Parser.java:2469) at org.mozilla.javascript.Parser.memberExpr(Parser.java:1955) | ||||||||||||||||||
Steps To Reproduce | . activate the instance . go to expense sheet window . create new line | ||||||||||||||||||
Proposed Solution | change the line 132 (src/org/openbravo/erpCommon/ad_callouts/SE_Expense_Amount.java): resultado.append(", new Array(\"inpconvertedamt\", " + (convAmount.compareTo(BigDecimal.ZERO) == 0 ? "" : convAmount.toPlainString()) + ")"); to resultado.append(", new Array(\"inpconvertedamt\", " + (convAmount.compareTo(BigDecimal.ZERO) == 0 ? "\"\"" : convAmount.toPlainString()) + ")"); | ||||||||||||||||||
Additional Information | |||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||
Relationships |
| ||||||||||||||||||
Attached Files | |||||||||||||||||||
Issue History | |||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||
2011-11-02 17:29 | malsasua | New Issue | |||||||||||||||||
2011-11-02 17:29 | malsasua | Assigned To | => jonalegriaesarte | ||||||||||||||||
2011-11-02 17:29 | malsasua | Web browser | => Google Chrome | ||||||||||||||||
2011-11-02 17:29 | malsasua | Modules | => Core | ||||||||||||||||
2011-11-02 17:29 | malsasua | OBNetwork customer | => Yes | ||||||||||||||||
2011-11-02 17:32 | malsasua | Web browser | Google Chrome => Google Chrome | ||||||||||||||||
2011-11-02 17:32 | malsasua | Target Version | => 3.0MP7 | ||||||||||||||||
2011-11-02 17:33 | malsasua | Web browser | Google Chrome => Google Chrome | ||||||||||||||||
2011-11-02 17:33 | malsasua | Support ticket | => 13117 | ||||||||||||||||
2011-11-02 17:33 | malsasua | Resolution time | => 1326236400 | ||||||||||||||||
2011-11-02 17:33 | malsasua | Status | new => scheduled | ||||||||||||||||
2011-11-02 17:33 | malsasua | fix_in_branch | => pi | ||||||||||||||||
2011-12-09 12:58 | hgbot | Checkin | |||||||||||||||||
2011-12-09 12:58 | hgbot | Note Added: 0043766 | |||||||||||||||||
2011-12-09 12:58 | hgbot | Status | scheduled => resolved | ||||||||||||||||
2011-12-09 12:58 | hgbot | Resolution | open => fixed | ||||||||||||||||
2011-12-09 12:58 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c8a8185b5683f23b235e3b32c2fa3553101c3fc8 [^] | ||||||||||||||||
2011-12-09 13:05 | jonalegriaesarte | Relationship added | has duplicate 0019265 | ||||||||||||||||
2011-12-13 16:43 | hudsonbot | Checkin | |||||||||||||||||
2011-12-13 16:43 | hudsonbot | Note Added: 0043834 | |||||||||||||||||
2011-12-23 10:35 | jonalegriaesarte | Note Added: 0044018 | |||||||||||||||||
2011-12-23 10:35 | jonalegriaesarte | Status | resolved => closed | ||||||||||||||||
2011-12-23 10:35 | jonalegriaesarte | Fixed in Version | => 3.0MP7 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|