details:   https://code.openbravo.com/erp/devel/pi/rev/3082e66a5d16
changeset: 15460:3082e66a5d16
user:      Antonio Moreno <antonio.moreno <at> openbravo.com>
date:      Mon Feb 13 12:02:18 2012 +0100
summary:   Fixed issue 14768. Fixed function definition

diffstat:

 src-db/database/model/prescript-PostgreSql.sql |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 86ac4bc5c360 -r 3082e66a5d16 
src-db/database/model/prescript-PostgreSql.sql
--- a/src-db/database/model/prescript-PostgreSql.sql    Mon Feb 13 11:30:11 
2012 +0100
+++ b/src-db/database/model/prescript-PostgreSql.sql    Mon Feb 13 12:02:18 
2012 +0100
@@ -193,7 +193,7 @@
   RETURNS "numeric" AS
 $BODY$
 BEGIN
-RETURN to_number($1, 'S99999999999999D9999999999');
+RETURN $1;
 EXCEPTION 
   WHEN OTHERS THEN 
     RETURN NULL;

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to