Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027444 | Openbravo ERP | 02. Master data management | public | 2014-08-23 17:47 | 2015-09-11 06:33 |
|
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 | dmiguelez |
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 | 0027444: pl-function ad_org_chk_ready has datatype mismatch |
Description | It is defined with return datatype varchar but in its body returns numbers (-1,0).
Note functionally this looks like it even returns boolean yes/no.
|
Steps To Reproduce | review function definition |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-08-23 17:47 | shuehner | New Issue | |
2014-08-23 17:47 | shuehner | Assigned To | => dmiguelez |
2014-08-23 17:47 | shuehner | OBNetwork customer | => No |
2014-08-23 17:47 | shuehner | Modules | => Core |
2014-08-23 17:47 | shuehner | Triggers an Emergency Pack | => No |
2014-09-03 14:01 | eduardo_Argal | Assigned To | dmiguelez => eduardo_Argal |
2015-07-16 07:25 | AtulOpenbravo | Assigned To | eduardo_Argal => AtulOpenbravo |
2015-07-16 07:25 | AtulOpenbravo | Status | new => scheduled |
2015-09-09 18:44 | dmiguelez | Note Added: 0080292 | |
2015-09-09 18:44 | hgbot | Checkin | |
2015-09-09 18:44 | hgbot | Note Added: 0080293 | |
2015-09-09 18:44 | hgbot | Status | scheduled => resolved |
2015-09-09 18:44 | hgbot | Resolution | open => fixed |
2015-09-09 18:44 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a07dc1b84ebdf26d96e1895ffcee13bb637af8f9 [^] |
2015-09-09 18:44 | dmiguelez | Review Assigned To | => dmiguelez |
2015-09-09 18:44 | dmiguelez | Note Added: 0080294 | |
2015-09-09 18:44 | dmiguelez | Status | resolved => closed |
2015-09-11 06:33 | hudsonbot | Checkin | |
2015-09-11 06:33 | hudsonbot | Note Added: 0080323 | |
Notes |
|
|
Alternative Test Plan:
Create a new Organization using Initial Organization Set Up.
Set it as Legal without Accounting
Uncheck the Include Accounting File checkbox.
Go to Organiztion window and select the previously created Organization.
Click on Set as Ready button.
Verify that the process ends successfully. |
|
|
(0080293)
|
hgbot
|
2015-09-09 18:44
|
|
Repository: erp/devel/pi
Changeset: a07dc1b84ebdf26d96e1895ffcee13bb637af8f9
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Fri Jul 17 19:17:49 2015 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/a07dc1b84ebdf26d96e1895ffcee13bb637af8f9 [^]
Fixes Issue 27444:pl-function ad_org_chk_ready has datatype mismatch
Return type of ad_org_chk_ready changed to numeric.
---
M src-db/database/model/functions/AD_ORG_CHK_READY.xml
---
|
|
|
|
|
|
|
|