Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027439 | Openbravo ERP | 09. Financial management | public | 2014-08-23 16:38 | 2015-08-20 23:16 |
|
Reporter | shuehner | |
Assigned To | AtulOpenbravo | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | vmromanos |
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 | 0027439: pl-function c_getwithholding has uuid error (maybe harmless) |
Description | That function has one variable defined as varchar2(32) but used to stored numeric values.
running pl-function without any witholding data defined does suprisingly work
as
withholding:=0
return withholding
seems to work in both oracle & postgres even with that variable defined as varchar.
But it is clearly wrong datatype and possibly broken when using all pl-body doing more calculations using that variable.
NOTE: Technically regression introduced with 2.50 project when changing pk's from 2.50 -> 3.0 as then that datatype of that variable was also accidently changed.
|
Steps To Reproduce | Read that pl-function body and compare variable definition with usage.
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-08-23 16:38 | shuehner | New Issue | |
2014-08-23 16:38 | shuehner | Assigned To | => dmiguelez |
2014-08-23 16:38 | shuehner | OBNetwork customer | => No |
2014-08-23 16:38 | shuehner | Modules | => Core |
2014-08-23 16:38 | shuehner | Triggers an Emergency Pack | => No |
2014-08-23 16:39 | shuehner | Note Added: 0069650 | |
2014-08-23 16:39 | shuehner | Summary | pl-function c_getwithholding has uuid error (but harmless) => pl-function c_getwithholding has uuid error (maybe harmless) |
2014-09-03 13:51 | eduardo_Argal | Assigned To | dmiguelez => eduardo_Argal |
2015-07-14 09:07 | AtulOpenbravo | Assigned To | eduardo_Argal => AtulOpenbravo |
2015-07-14 09:07 | AtulOpenbravo | Status | new => scheduled |
2015-07-15 18:17 | hgbot | Checkin | |
2015-07-15 18:17 | hgbot | Note Added: 0078834 | |
2015-07-15 18:17 | hgbot | Status | scheduled => resolved |
2015-07-15 18:17 | hgbot | Resolution | open => fixed |
2015-07-15 18:17 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d74714cd50ade5882908c11238d4125c2e7cf21f [^] |
2015-07-15 18:22 | vmromanos | Review Assigned To | => vmromanos |
2015-07-15 18:22 | vmromanos | Note Added: 0078835 | |
2015-07-15 18:22 | vmromanos | Status | resolved => closed |
2015-08-20 23:16 | hudsonbot | Checkin | |
2015-08-20 23:16 | hudsonbot | Note Added: 0079494 | |