Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0019401
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] 09. Financial managementmajoralways2012-01-03 11:342012-01-03 11:47
ReporteregoitzView Statuspublic 
Assigned Toegoitz 
PriorityurgentResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision240202af6b24
ProjectionnoneETAnoneTarget Version2.50MP38
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.50MP28SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0019401: c_validcombination_insert function has a variable incorrectly defined

DescriptionVariable 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 SolutionChange the variable retvalue from number(10) to vachar(32)
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on defect 00192583.0MP7 closedjecharri c_validcombination_insert function has a variable incorrectly defined 

-  Notes
(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 (developer)
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 (developer)
2012-01-03 11:47

verified

- Issue History
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 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
Powered by Mantis Bugtracker