Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0005215 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 02. Master data management | minor | always | 2008-09-23 18:12 | 2009-02-27 07:28 | |||
Reporter | PavelPonomarev | View Status | public | |||||
Assigned To | Dowid | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | pi | |||
Status | closed | Fix in branch | Fixed in SCM revision | 9767 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Windows | Database | Oracle | Java version | 1.5 | |||
OS Version | XP SP3 | Database version | 8.3 | Ant version | 1.7.1 | |||
Product Version | pi | SCM revision | ||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0005215: Verify Bom button works incorrectly | |||||||
Description | When 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 Reproduce | 1. 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 Solution | Modify M_PRODUCT_BOM_CHECK function using the attached patch. | |||||||
Tags | No tags attached. | |||||||
Attached Files | VerifyBOM.patch [^] (1,283 bytes) 2008-09-23 18:12 [Show Content] | |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||||||||||||||||
|
Notes | |
(0010168) Dowid (reporter) 2008-11-11 13:56 |
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 0005229: Temporary tables T_Selection and T_Selection2 have been ported from v2.22 to 2.35 improperly Revision: 9767 |
(0014123) sureshbabu (reporter) 2009-02-27 07:28 |
Retested in context 79.125.56.185/openbravotrunk |
Issue History | |||
Date Modified | Username | Field | Change |
2008-09-23 18:12 | PavelPonomarev | New Issue | |
2008-09-23 18:12 | PavelPonomarev | Assigned To | => cromero |
2008-09-23 18:12 | PavelPonomarev | sf_bug_id | 0 => 2124838 |
2008-09-23 18:12 | PavelPonomarev | File Added: VerifyBOM.patch | |
2008-09-23 18:12 | PavelPonomarev | Regression testing | => No |
2008-09-23 18:17 | PavelPonomarev | Relationship added | related to 0005017 |
2008-09-23 18:18 | PavelPonomarev | Relationship added | related to 0005016 |
2008-09-23 18:41 | cromero | Status | new => scheduled |
2008-09-23 18:41 | cromero | fix_in_branch | => trunk |
2008-09-23 18:41 | cromero | Assigned To | cromero => Dowid |
2008-09-23 18:41 | cromero | fix_in_branch | trunk => |
2008-09-24 12:58 | Dowid | Relationship added | depends on 0005229 |
2008-10-24 12:09 | Dowid | Relationship deleted | related to 0005016 |
2008-10-24 12:10 | Dowid | Relationship deleted | related to 0005017 |
2008-10-24 12:12 | Dowid | Relationship added | blocks 0004885 |
2008-10-24 12:12 | Dowid | Relationship deleted | blocks 0004885 |
2008-10-24 12:13 | Dowid | Relationship added | related to 0004885 |
2008-10-24 12:15 | Dowid | Relationship deleted | depends on 0005229 |
2008-10-24 12:16 | Dowid | Relationship added | related to 0005229 |
2008-11-11 13:56 | Dowid | Note Added: 0010168 | |
2008-11-11 13:57 | Dowid | Status | scheduled => resolved |
2008-11-11 13:57 | Dowid | Resolution | open => fixed |
2008-11-11 13:57 | Dowid | svn_revision | => 9767 |
2009-02-27 07:28 | sureshbabu | Status | resolved => closed |
2009-02-27 07:28 | sureshbabu | Note Added: 0014123 | |
2009-02-27 07:28 | sureshbabu | Fixed in Version | => trunk |
Copyright © 2000 - 2009 MantisBT Group |