Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0020880 | Openbravo ERP | 08. Project and service management | public | 2012-06-27 12:27 | 2012-07-10 11:48 | |||||||
Reporter | jonalegriaesarte | |||||||||||
Assigned To | jonalegriaesarte | |||||||||||
Priority | urgent | Severity | major | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | 2.50MP40 | |||||||||||
Target Version | 2.50MP44 | Fixed in Version | ||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | ||||||||||||
OBNetwork customer | ||||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0020880: The organization in project phase and project task should change if the header org changes | |||||||||||
Description | The organization in project phase and project task should change if the header org changes | |||||||||||
Steps To Reproduce | This code: IF TG_OP = 'UPDATE' THEN SELECT COUNT(*) INTO v_Count FROM C_PROJECTTASK WHERE C_PROJECTPHASE_ID = NEW.C_PROJECTPHASE_ID; IF(v_Count > 0) THEN UPDATE C_PROJECTTASK SET AD_ORG_ID = NEW.AD_ORG_ID WHERE C_PROJECTPHASE_ID = NEW.C_PROJECTPHASE_ID; END IF; END IF; should be executed if the org changes. It is reproducible in c_project_trg and c_projectphase_trg() | |||||||||||
Proposed Solution | ||||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2012-06-27 12:27 | jonalegriaesarte | New Issue | ||||||||||
2012-06-27 12:27 | jonalegriaesarte | Assigned To | => jonalegriaesarte | |||||||||
2012-06-27 12:27 | jonalegriaesarte | Modules | => Core | |||||||||
2012-07-03 12:26 | jonalegriaesarte | Relationship added | depends on 0020567 | |||||||||
2012-07-03 12:27 | hgbot | Checkin | ||||||||||
2012-07-03 12:27 | hgbot | Note Added: 0050330 | ||||||||||
2012-07-03 12:27 | hgbot | Status | new => resolved | |||||||||
2012-07-03 12:27 | hgbot | Resolution | open => fixed | |||||||||
2012-07-03 12:27 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/stable/2.50/rev/c9b5c1ab5b1f9444b8ebc4a358c8702c18d054fd [^] | |||||||||
2012-07-10 11:48 | ioritzCia | Note Added: 0050436 | ||||||||||
2012-07-10 11:48 | ioritzCia | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|