Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029168 | Openbravo ERP | A. Platform | public | 2015-03-06 11:18 | 2015-05-07 22:17 |
|
Reporter | eduardo_Argal | |
Assigned To | eduardo_Argal | |
Priority | urgent | Severity | major | Reproducibility | sometimes |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q2 | Fixed in Version | 3.0PR15Q2 | |
Merge Request Status | |
Review Assigned To | umartirena |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0029168: getCallableResult broken when using null parameters |
Description | getCallableResult method for class RDBMSIndependent, is replacing null values for parameters with the String "Test", resulting in unexpected behavior of the procedure call. |
Steps To Reproduce | Using postgres database
Install Picking List module
Create a sales order and add a line with a product. Process it.
Click on generate picking.
Realize that not Available Stock error message is thrown
Root cause problem: M_GET_STOCK_PARAM function is being called using "Test" as parameter value for those which should be null. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0029761 | 3.0PR15Q1.4 | closed | eduardo_Argal | getCallableResult broken when using null parameters |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-03-06 11:18 | eduardo_Argal | New Issue | |
2015-03-06 11:18 | eduardo_Argal | Assigned To | => eduardo_Argal |
2015-03-06 11:18 | eduardo_Argal | OBNetwork customer | => No |
2015-03-06 11:18 | eduardo_Argal | Modules | => Core |
2015-03-06 11:18 | eduardo_Argal | Triggers an Emergency Pack | => No |
2015-03-06 11:20 | eduardo_Argal | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=7874#r7874 |
2015-03-06 11:32 | hgbot | Checkin | |
2015-03-06 11:32 | hgbot | Note Added: 0075240 | |
2015-03-06 11:32 | hgbot | Status | new => resolved |
2015-03-06 11:32 | hgbot | Resolution | open => fixed |
2015-03-06 11:32 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/95f9c5ce620700a9fd621efaca2b00f0c45432d9 [^] |
2015-03-09 17:49 | hudsonbot | Checkin | |
2015-03-09 17:49 | hudsonbot | Note Added: 0075331 | |
2015-03-20 14:19 | umartirena | Review Assigned To | => umartirena |
2015-03-20 14:19 | umartirena | Note Added: 0075810 | |
2015-03-20 14:19 | umartirena | Status | resolved => closed |
2015-03-20 14:19 | umartirena | Fixed in Version | => pi |
2015-04-15 15:37 | ngarcia | Issue Monitored: ngarcia | |
2015-05-04 10:33 | hgbot | Checkin | |
2015-05-04 10:33 | hgbot | Note Added: 0076926 | |
2015-05-04 12:30 | umartirena | Status | closed => new |
2015-05-04 12:30 | umartirena | Resolution | fixed => open |
2015-05-04 12:30 | umartirena | Fixed in Version | pi => |
2015-05-04 12:30 | umartirena | Status | new => scheduled |
2015-05-04 13:33 | umartirena | Status | scheduled => resolved |
2015-05-04 13:34 | umartirena | Fixed in Version | => 3.0PR15Q2 |
2015-05-04 13:34 | umartirena | Resolution | open => fixed |
2015-05-04 13:36 | umartirena | Note Added: 0076938 | |
2015-05-04 13:36 | umartirena | Status | resolved => closed |
2015-05-07 22:17 | hudsonbot | Checkin | |
2015-05-07 22:17 | hudsonbot | Note Added: 0077195 | |
Notes |
|
(0075240)
|
hgbot
|
2015-03-06 11:32
|
|
Repository: erp/devel/pi
Changeset: 95f9c5ce620700a9fd621efaca2b00f0c45432d9
Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
Date: Fri Mar 06 11:21:26 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/95f9c5ce620700a9fd621efaca2b00f0c45432d9 [^]
Fixes issue 29168
getCallableResult broken when using null parameters. Removed TEST value for default
---
M src-core/src/org/openbravo/database/RDBMSIndependent.java
---
|
|
|
|
|
|
(0075810)
|
umartirena
|
2015-03-20 14:19
|
|
|
|
(0076926)
|
hgbot
|
2015-05-04 10:33
|
|
|
|
(0076938)
|
umartirena
|
2015-05-04 13:36
|
|
The issue has been reopened to create the backport for Q1.4.
Issue closed after creating, fixing and closing the backport. |
|
|
|
|