Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0002098Openbravo ERP05. Production managementpublic2007-10-15 19:342008-06-12 09:43
user71 
gorkaion 
normalminoralways
closedfixed 
5
 
2.40alpha-r2 
Core
No
0002098: Internal Consumption error
My instalation:
Openbravo 2.34
Base de Datos Oracle 10g Express Edition
Windows Vista
Apache Ant version 1.6.5
Apache Tomcat 5.5
Java version 1.6.0_01

The procedure "M_INTERNAL_CONSUMPTION_POST" has an error. The initialization of the variable "END_PROCESS" have to be "false".

The next line:

    END_PROCESS BOOLEAN:=true;

must be changed by:

    END_PROCESS BOOLEAN:=false;
No tags attached.
Issue History

Notes
(0005687)
user71   
2005-06-01 00:00   
(edited on: 2008-06-12 09:43)
This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1814037 [^]
(0002395)
gorkaion   
2007-11-30 13:48   
(edited on: 2008-06-12 09:22)
Logged In: YES
user_id=1500690
Originator: NO

Applied the fix.