details:   https://code.openbravo.com/erp/devel/pi/rev/16ed86fcdf7f
changeset: 27557:16ed86fcdf7f
user:      Atul Gaware <atul.gaware <at> openbravo.com>
date:      Wed Jul 15 23:48:05 2015 +0530
summary:   Fixes Issue 27440:pl-function c_order_status is broken: uuid bug

Variable v_CountNotPaid wrongly set as VARCHAR during merge r2.5x
into trunk

diffstat:

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

diffs (21 lines):

diff -r b4dbd8ccb5ca -r 16ed86fcdf7f 
src-db/database/model/functions/C_ORDER_STATUS.xml
--- a/src-db/database/model/functions/C_ORDER_STATUS.xml        Fri Sep 04 
14:47:22 2015 +0200
+++ b/src-db/database/model/functions/C_ORDER_STATUS.xml        Wed Jul 15 
23:48:05 2015 +0530
@@ -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) 2001-2009 Openbravo SLU
+* All portions are Copyright (C) 2001-2015 Openbravo SLU
 * All Rights Reserved.
 * Contributor(s):  ______________________________________.
 ************************************************************************/
@@ -24,7 +24,7 @@
   v_OrderStatus       VARCHAR(60) ;
   v_CountNotDelivered NUMBER;
   v_CountNotInvoiced  NUMBER;
-  v_CountNotPaid      varchar2(32);
+  v_CountNotPaid      NUMBER;
 BEGIN
   SELECT MAX(Docstatus)
   INTO v_OrderStatus

------------------------------------------------------------------------------
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