details:   https://code.openbravo.com/erp/devel/pi/rev/a07dc1b84ebd
changeset: 27558:a07dc1b84ebd
user:      Atul Gaware <atul.gaware <at> openbravo.com>
date:      Fri Jul 17 19:17:49 2015 +0530
summary:   Fixes Issue 27444:pl-function ad_org_chk_ready has datatype mismatch

Return type of ad_org_chk_ready changed to numeric.

diffstat:

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

diffs (20 lines):

diff -r 16ed86fcdf7f -r a07dc1b84ebd 
src-db/database/model/functions/AD_ORG_CHK_READY.xml
--- a/src-db/database/model/functions/AD_ORG_CHK_READY.xml      Wed Jul 15 
23:48:05 2015 +0530
+++ b/src-db/database/model/functions/AD_ORG_CHK_READY.xml      Fri Jul 17 
19:17:49 2015 +0530
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
   <database name="FUNCTION AD_ORG_CHK_READY">
-    <function name="AD_ORG_CHK_READY" type="VARCHAR">
+    <function name="AD_ORG_CHK_READY" type="NUMERIC">
       <parameter name="p_ad_org_id" type="VARCHAR" mode="in">
         <default/>
       </parameter>
@@ -16,7 +16,7 @@
 * under the License.
 * The Original Code is Openbravo ERP.
 * The Initial Developer of the Original Code is Openbravo SLU
-* All portions are Copyright (C) 2008-2014 Openbravo SLU
+* All portions are Copyright (C) 2008-2015 Openbravo SLU
 * All Rights Reserved.
 * Contributor(s):  ______________________________________.
 ************************************************************************/

------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to