details:   /erp/stable/2.50/rev/98656104f54f
changeset: 9109:98656104f54f
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Tue Dec 28 13:12:32 2010 +0100
summary:   fixed bug 15532: build failure int-dbcons-oracle 671

diffstat:

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

diffs (15 lines):

diff -r d9ecbe6b365a -r 98656104f54f 
src-db/database/model/functions/M_INOUT_CREATE.xml
--- a/src-db/database/model/functions/M_INOUT_CREATE.xml        Mon Dec 27 
17:09:46 2010 +0100
+++ b/src-db/database/model/functions/M_INOUT_CREATE.xml        Tue Dec 28 
13:12:32 2010 +0100
@@ -305,9 +305,9 @@
             END IF;
 
             IF Cur_Order.DocSubTypeSO = 'WR' THEN
-              v_NEWORDERDATE = Cur_Order.DATEORDERED; -- IS A POS ORDER
+              v_NEWORDERDATE := Cur_Order.DATEORDERED; -- IS A POS ORDER
             ELSE
-              v_NEWORDERDATE = now();
+              v_NEWORDERDATE := now();
             END IF;
 
             --RAISE_APPLICATION_ERROR(-20100,'el numero documento 
es:'||COALESCE(v_DocumentNo,0)||' El doctypeId es: 
'||COALESCE(v_DocType_ID,0)||' El cOrderId es: 
'||COALESCE(Cur_Order.C_Order_ID,'0'));

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to