Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0002625
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 03. Procurement managementminoralways2008-02-19 13:092008-07-09 18:47
Reporteruser71View Statuspublic 
Assigned Togorkaion 
PrioritynormalResolutionfixedFixed in Version2.40beta
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Merge Request Status
Review Assigned To
OBNetwork customerNo
Web browser
ModulesCore
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0002625: PROC. GENERATE_AVERAGE_COSTS: Delete Production Costs

DescriptionVersion 2.35MP1 (Oracle)

In the begining of the PROCEDURE “GENERATE_AVERAGE_COSTS”, it Delete all the existing cost in M_COSTING with the next sentence:

DELETE FROM M_COSTING WHERE ISPERMANENT='N' AND ISMANUAL='N' AND COSTTYPE='AV';

With this DELETE, the Propduction Costs are deleted-->ERROR
The sentence must be changed by this one:

DELETE FROM M_COSTING WHERE ISPERMANENT='N' AND ISMANUAL='N' AND COSTTYPE='AV' AND ISPRODUCTION = 'N';
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 0003671 closedgorkaion PROC. GENERATE_AVERAGE_COSTS: Delete Production Co 

-  Notes
(0006214)
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=1896869 [^]

- Issue History
Date Modified Username Field Change
2008-07-09 18:47 plujan Status resolved => closed
2008-07-09 18:47 plujan Fixed in Version 2.40alpha-r2 => 2.40beta


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker