details:   /erp/stable/2.50/rev/4946afd74ac4
changeset: 9370:4946afd74ac4
user:      Ainhoa Pagola <ainhoa.pagola <at> openbravo.com>
date:      Wed Apr 13 09:39:08 2011 +0200
summary:   Fixes issue 16754. Wrong message when process batch

diffstat:

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

diffs (21 lines):

diff -r c276dc66b62e -r 4946afd74ac4 
src-db/database/model/functions/GL_JOURNAL_POST.xml
--- a/src-db/database/model/functions/GL_JOURNAL_POST.xml       Thu Apr 14 
01:07:19 2011 +0200
+++ b/src-db/database/model/functions/GL_JOURNAL_POST.xml       Wed Apr 13 
09:39:08 2011 +0200
@@ -22,7 +22,7 @@
   * parts created by ComPiere are Copyright (C) ComPiere, Inc.;
   * All Rights Reserved.
   * Contributor(s): Openbravo SLU
-  * Contributions are Copyright (C) 2001-2009 Openbravo, S.L.U.
+  * Contributions are Copyright (C) 2001-2011 Openbravo, S.L.U.
   *
   * Specifically, this derivative work is based upon the following Compiere
   * file and version.
@@ -288,7 +288,7 @@
   IF(p_PInstance_ID IS NOT NULL) THEN
     AD_UPDATE_PINSTANCE(p_PInstance_ID, NULL, 'N', 0, v_ResultStr) ;
   ELSE
-    RAISE_APPLICATION_ERROR(-20100, v_ResultStr) ;
+    RAISE;
   END IF;
   RETURN;
 END GL_JOURNAL_POST

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to