Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0019258Openbravo ERP09. Financial managementpublic2011-12-07 11:512011-12-29 16:02
egoitz 
jecharri 
urgentminoralways
closedfixed 
5
 
3.0MP7 
Core
No
0019258: c_validcombination_insert function has a variable incorrectly defined
Variable retvalue is defined with number(10) and should be varchar(32) because ids are assigned to this variable.
-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.
Change the variable retvalue from number(10) to vachar(32)
No tags attached.
blocks backport 00194012.50MP38 closed egoitz c_validcombination_insert function has a variable incorrectly defined 
Issue History
2011-12-07 11:51egoitzNew Issue
2011-12-07 11:51egoitzAssigned To => jonalegriaesarte
2011-12-07 11:51egoitzModules => Core
2011-12-07 11:51egoitzResolution time => 1294009200
2011-12-14 13:57jonalegriaesarteAssigned Tojonalegriaesarte => jecharri
2011-12-14 13:57jonalegriaesarteTarget Version3.0MP6 => 3.0MP7
2011-12-16 12:06hgbotCheckin
2011-12-16 12:06hgbotNote Added: 0043906
2011-12-16 12:06hgbotStatusnew => resolved
2011-12-16 12:06hgbotResolutionopen => fixed
2011-12-16 12:06hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/bb262fd68c3fc2f15e4bdab3b768b6fc4a83cb19 [^]
2011-12-19 19:15hudsonbotCheckin
2011-12-19 19:15hudsonbotNote Added: 0043959
2011-12-29 16:02maiteNote Added: 0044076
2011-12-29 16:02maiteStatusresolved => closed
2012-01-03 11:34egoitzRelationship addedblocks 0019401

Notes
(0043906)
hgbot   
2011-12-16 12:06   
Repository: erp/devel/pi
Changeset: bb262fd68c3fc2f15e4bdab3b768b6fc4a83cb19
Author: Javier Etxarri <javier.echarri <at> openbravo.com>
Date: Fri Dec 16 08:37:41 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/bb262fd68c3fc2f15e4bdab3b768b6fc4a83cb19 [^]

Fixes issue 19258: c_validcombination_insert function has a variable incorrectly defined

---
M src-db/database/model/functions/C_VALIDCOMBINATION_INSERT.xml
---
(0043959)
hudsonbot   
2011-12-19 19:15   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/e646177b021f [^]

Maturity status: Test
(0044076)
maite   
2011-12-29 16:02   
verified