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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0020880
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] 08. Project and service managementmajoralways2012-06-27 12:272012-07-10 11:48
ReporterjonalegriaesarteView Statuspublic 
Assigned Tojonalegriaesarte 
PriorityurgentResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revisionc9b5c1ab5b1f
ProjectionnoneETAnoneTarget Version2.50MP44
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.50MP40SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0020880: The organization in project phase and project task should change if the header org changes

DescriptionThe organization in project phase and project task should change if the header org changes
Steps To ReproduceThis 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()
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on defect 00205673.0MP12 closedjonalegriaesarte The organization in project phase and project task should change if the header org changes 

-  Notes
(0050330)
hgbot (developer)
2012-07-03 12:27

Repository: erp/stable/2.50
Changeset: c9b5c1ab5b1f9444b8ebc4a358c8702c18d054fd
Author: Jon Alegría <jon.alegria <at> openbravo.com>
Date: Tue Jul 03 12:26:29 2012 +0200
URL: http://code.openbravo.com/erp/stable/2.50/rev/c9b5c1ab5b1f9444b8ebc4a358c8702c18d054fd [^]

Fixes issue 0020880: The organization in project phase and project task should
change if the header org changes

---
M src-db/database/model/triggers/C_PROJECTPHASE_TRG.xml
M src-db/database/model/triggers/C_PROJECT_TRG.xml
---
(0050436)
ioritzCia (developer)
2012-07-10 11:48

Verified

- 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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker