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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0005217
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] 02. Master data managementminoralways2008-09-23 18:412008-12-09 11:53
ReporterPavelPonomarevView Statuspublic 
Assigned ToDowid 
PrioritynormalResolutionfixedFixed in Version2.35MP10
StatusclosedFix in branch2.3xFixed in SCM revision9930
ProjectionnoneETAnoneTarget Version
OSWindowsDatabaseOracleJava version1.5
OS VersionXP SP3Database version8.3Ant version1.7.1
Product VersionpiSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0005217: Verify Bom button works incorrectly

DescriptionWhen a user creates a Product and adds products to its BOM, he can take that highlevel BOM and add it to itself. Then, the user clicks on the Verify BOM button, and the system does _not_ show an error that should signal of the BOM tree being incorrect.

Steps To Reproduce1. Navigate to Master Data Management || Product || Product
2. Search for a product with an existing BOM (ex. "foodkit" in trunk version)
3. Open found product
4. Master Data Management || Product || Product >> Bill of Materials
5. Create new BOM
6. Add multiple various products INCLUDING the current product (ex. "foodkit"). Save
7. Navigate to Master Data Management || Product || Product
8. Click "Verify BOM"

The system shows a success message, but the BOM tree is incorrect...
Proposed SolutionModify M_PRODUCT_BOM_CHECK function using the attached patch.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 0005215 closedDowid Verify Bom button works incorrectly 

-  Notes
(0010248)
Dowid (reporter)
2008-11-13 13:01

The solution is to replace string:

SELECT v_IsBOM INTO v_IsBOM FROM M_Product WHERE M_Product_ID=v_Record_ID;

to:

SELECT IsBOM INTO v_IsBOM FROM M_Product WHERE M_Product_ID=v_Record_ID;


This bug has been fixed with bug
0005757: Temporary tables T_Selection and T_Selection2 have been ported from v2.22 to 2.35 improperly
Revision: 9930

- Issue History
Date Modified Username Field Change
2008-09-23 18:41 cromero New Issue
2008-09-23 18:41 cromero Assigned To => cromero
2008-09-23 18:41 cromero Status new => scheduled
2008-11-10 13:04 cromero Assigned To cromero => rafaroda
2008-11-13 12:55 Dowid Assigned To rafaroda => Dowid
2008-11-13 13:01 Dowid Status scheduled => resolved
2008-11-13 13:01 Dowid svn_revision => 9930
2008-11-13 13:01 Dowid Resolution open => fixed
2008-11-13 13:01 Dowid Note Added: 0010248
2008-12-09 11:53 psarobe Regression testing => No
2008-12-09 11:53 psarobe Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker