Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0002303Openbravo ERP05. Production managementpublic2007-11-25 23:382008-06-18 18:12
cromero 
gorkaion 
normalminoralways
closedunable to reproduce 
5
 
2.40alpha-r2 
Core
No
0002303: Postgres Ma_WorkEffort function doesn't work
There is an error in Postgre 2.35 release in the Ma_WorkEffort function.

It is invoking the Ma_GlobalUse_Distribute function is this way:

SELECT * INTO p3,p4 FROM Ma_GlobalUse_Distribute (p1, p2);
when it should be:
PERFORM Ma_GlobalUse_Distribute (p1, p2, p3, p4);

No tags attached.
depends on backport 0003526 closed gorkaion 1838285 Postgres Ma_WorkEffort function doesn\\\'t work 
Issue History
2008-06-18 18:12psarobeStatusresolved => closed

Notes
(0005892)
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=1838285 [^]
(0002710)
gorkaion   
2007-12-13 12:38   
(edited on: 2008-06-12 09:23)
Logged In: YES
user_id=1500690
Originator: NO

This bug is fixed with latest ddlutils version.