Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0019401 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] 09. Financial management | major | always | 2012-01-03 11:34 | 2012-01-03 11:47 | |||
Reporter | egoitz | View Status | public | |||||
Assigned To | egoitz | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 240202af6b24 | ||||
Projection | none | ETA | none | Target Version | 2.50MP38 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 2.50MP28 | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0019401: c_validcombination_insert function has a variable incorrectly defined | |||||||
Description | Variable retvalue is defined with number(10) and should be varchar(32) because ids are assigned to this variable. | |||||||
Steps To Reproduce | -Open the account selector -Find for a combination that does not exist -Save it. -click on save again. *An error is raised on the tomcat log. | |||||||
Proposed Solution | Change the variable retvalue from number(10) to vachar(32) | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0044096) hgbot (developer) 2012-01-03 11:37 |
Repository: erp/stable/2.50 Changeset: 240202af6b24b9dd38b5a25ffcdef1bc6fa4c45f Author: Egoitz Castillo <egoitz.castillo <at> openbravo.com> Date: Tue Jan 03 11:36:56 2012 +0100 URL: http://code.openbravo.com/erp/stable/2.50/rev/240202af6b24b9dd38b5a25ffcdef1bc6fa4c45f [^] Fixed Issue 19401: c_validcombination_insert with incorrect variable type --- M src-db/database/model/functions/C_VALIDCOMBINATION_INSERT.xml --- |
(0044097) egoitz (viewer) 2012-01-03 11:40 |
* How to test the issue Follow the steps to reproduce and you shouldn' get any error on the log. Notice that the error is not raised on the application but only on the log. * Other areas affected No others area are affected, or if affected the behaviour will be better because the varialble now can be used properly. Only id's are assigned to the varible so it is needed to be defined as varchar. |
(0044098) maite (viewer) 2012-01-03 11:47 |
verified |
![]() |
|||
Date Modified | Username | Field | Change |
2012-01-03 11:34 | egoitz | New Issue | |
2012-01-03 11:34 | egoitz | Assigned To | => egoitz |
2012-01-03 11:34 | egoitz | Modules | => Core |
2012-01-03 11:34 | egoitz | OBNetwork customer | => Yes |
2012-01-03 11:34 | egoitz | Relationship added | depends on 0019258 |
2012-01-03 11:37 | hgbot | Checkin | |
2012-01-03 11:37 | hgbot | Note Added: 0044096 | |
2012-01-03 11:37 | hgbot | Status | new => resolved |
2012-01-03 11:37 | hgbot | Resolution | open => fixed |
2012-01-03 11:37 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/stable/2.50/rev/240202af6b24b9dd38b5a25ffcdef1bc6fa4c45f [^] |
2012-01-03 11:40 | egoitz | Note Added: 0044097 | |
2012-01-03 11:47 | maite | Note Added: 0044098 | |
2012-01-03 11:47 | maite | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |