Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0023815 | Openbravo ERP | 09. Financial management | public | 2013-05-14 12:43 | 2013-06-03 12:58 |
Reporter | jonalegriaesarte | ||||
Assigned To | ioritzCia | ||||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | pi | ||||
Target Version | 3.0MP24 | Fixed in Version | 3.0MP24 | ||
Merge Request Status | |||||
Review Assigned To | jonalegriaesarte | ||||
OBNetwork customer | OBPS | ||||
Web browser | |||||
Modules | Core | ||||
Support ticket | 21125 | ||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0023815: When updating a subaccount the system is activating all the valid combinations associated | ||||
Description | When updating a subaccount the system is activating all the valid combinations associated | ||||
Steps To Reproduce | - With valid combinations inactive, update an account. All the valid combinations are activated due to this trigger: C_ELEMENTVALUE_TRG: IF(:new.elementlevel = 'S') THEN SELECT COUNT(*) INTO v_Count FROM C_VALIDCOMBINATION WHERE Account_ID=:new.C_ElementValue_ID; if(v_Count>0) THEN UPDATE C_ValidCombination SET Updated=now(), isactive = 'Y' WHERE Account_ID=:new.C_ElementValue_ID; ELSE FOR cur_AcctSchema IN (SELECT C_AcctSchema_ID FROM C_AcctSchema_Element WHERE C_AcctSchema_Element.C_Element_ID = :new.C_Element_ID ) LOOP INSERT INTO C_VALIDCOMBINATION (C_VALIDCOMBINATION_ID, AD_CLIENT_ID, AD_ORG_ID, ISACTIVE, CREATED, CREATEDBY, UPDATED, UPDATEDBY, ALIAS, COMBINATION, DESCRIPTION, ISFULLYQUALIFIED, C_ACCTSCHEMA_ID, ACCOUNT_ID, M_PRODUCT_ID, C_BPARTNER_ID, AD_ORGTRX_ID, C_LOCFROM_ID, C_LOCTO_ID, C_SALESREGION_ID, C_PROJECT_ID, C_CAMPAIGN_ID, C_ACTIVITY_ID, USER1_ID, USER2_ID) VALUES ( GET_UUID(), :new.AD_Client_ID, :new.AD_Org_ID, :new.IsActive, :new.Created, :new.CreatedBy, :new.Updated, :new.UpdatedBy, :new.value, :new.value, '', 'Y', cur_AcctSchema.C_AcctSchema_ID, :new.C_ElementValue_ID, null, null, null, null, null, null, null, null, null, null, null); END LOOP; END IF; END IF; | ||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-05-14 12:43 | jonalegriaesarte | New Issue | |||
2013-05-14 12:43 | jonalegriaesarte | Assigned To | => jonalegriaesarte | ||
2013-05-14 12:43 | jonalegriaesarte | Modules | => Core | ||
2013-05-14 12:43 | jonalegriaesarte | OBNetwork customer | => Yes | ||
2013-05-14 12:43 | jonalegriaesarte | Support ticket | => 21125 | ||
2013-05-14 12:43 | jonalegriaesarte | Triggers an Emergency Pack | => No | ||
2013-05-20 16:33 | jonalegriaesarte | Assigned To | jonalegriaesarte => ioritzCia | ||
2013-05-22 17:25 | ioritzCia | Status | new => scheduled | ||
2013-05-22 17:25 | ioritzCia | fix_in_branch | => pi | ||
2013-05-23 12:04 | hgbot | Checkin | |||
2013-05-23 12:04 | hgbot | Note Added: 0058898 | |||
2013-05-23 12:04 | hgbot | Status | scheduled => resolved | ||
2013-05-23 12:04 | hgbot | Resolution | open => fixed | ||
2013-05-23 12:04 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/291741e7259e5223c83374283af6051a67916894 [^] | ||
2013-05-24 01:19 | hudsonbot | Checkin | |||
2013-05-24 01:19 | hudsonbot | Note Added: 0058920 | |||
2013-06-03 12:58 | jonalegriaesarte | Review Assigned To | => jonalegriaesarte | ||
2013-06-03 12:58 | jonalegriaesarte | Note Added: 0059127 | |||
2013-06-03 12:58 | jonalegriaesarte | Status | resolved => closed | ||
2013-06-03 12:58 | jonalegriaesarte | Fixed in Version | => 3.0MP24 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|