Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0001943 | Openbravo ERP | 04. Warehouse management | public | 2007-09-12 14:57 | 2008-06-12 09:43 |
Reporter | galderromo | ||||
Assigned To | gorkaion | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | 2.35 | |||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | No | ||||
Web browser | |||||
Modules | Core | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0001943: BOM Production without attributes, no exception shown | ||||
Description | On M_PRODUCTION_RUN line 414: The exception should be captured on screen, ROLLBACK; RAISE_APPLICATION_ERROR(-20000, v_Message); is missing. Should be this way: SELECT COUNT(*) INTO v_Count FROM M_PRODUCTIONPLAN PP, M_PRODUCTIONLINE PL, M_PRODUCT P WHERE PL.M_PRODUCT_ID=P.M_PRODUCT_ID AND P.M_ATTRIBUTESET_ID IS NOT NULL AND PL.M_ATTRIBUTESETINSTANCE_ID IS NULL AND PL.M_ProductionPlan_ID=pp.M_ProductionPlan_ID AND pp.M_Production_ID=v_Record_ID; IF v_Count<>0 THEN v_Message:='@LinesWithoutAttributeSet@'; FINISH_PROCESS:=true; ROLLBACK; RAISE_APPLICATION_ERROR(-20000, v_Message); END IF; | ||||
Steps To Reproduce | |||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|