details:   https://code.openbravo.com/erp/stable/2.50/rev/240202af6b24
changeset: 9771:240202af6b24
user:      Egoitz Castillo <egoitz.castillo <at> openbravo.com>
date:      Tue Jan 03 11:36:56 2012 +0100
summary:   Fixed Issue 19401: c_validcombination_insert with incorrect variable 
type

diffstat:

 src-db/database/model/functions/C_VALIDCOMBINATION_INSERT.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 895e3b0eeaa4 -r 240202af6b24 
src-db/database/model/functions/C_VALIDCOMBINATION_INSERT.xml
--- a/src-db/database/model/functions/C_VALIDCOMBINATION_INSERT.xml     Thu Dec 
15 11:12:17 2011 +0000
+++ b/src-db/database/model/functions/C_VALIDCOMBINATION_INSERT.xml     Tue Jan 
03 11:36:56 2012 +0100
@@ -102,7 +102,7 @@
     -- Existance Loop - Get first fully qualified matching combination
     --
     FoundValue CHAR(1):='N';
-    RetValue NUMBER:=NULL;
+    RetValue VARCHAR2(32):=NULL;
     fullyQualified CHAR(1) ;
 
 

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to