Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0023427 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 04. Warehouse management | minor | have not tried | 2013-03-27 23:05 | 2013-04-04 13:03 | |||
Reporter | jonalegriaesarte | View Status | public | |||||
Assigned To | jonalegriaesarte | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0MP22 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 5c1ad90975cf | ||||
Projection | none | ETA | none | Target Version | 3.0MP22 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | egoitz | |||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | 20307 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0023427: Error when deactivating a locator | |||||||
Description | Error when deactivating a locator. The trigger is not properly set. | |||||||
Steps To Reproduce | - Deactivate a locator | |||||||
Proposed Solution | Change the trigger M_LOCATOR_TRG: select count(*) into v_count from m_storage_detail where m_locator_id = old.m_locator_id and COALESCE(qtyonhand,0) <> '0' or COALESCE(qtyorderonhand, 0) <> '0' or COALESCE(preqtyonhand, 0) <> '0' or COALESCE(preqtyorderonhand, 0) <> '0'; select count(*) into v_count from m_storage_detail where m_locator_id = old.m_locator_id and COALESCE(qtyonhand,0) <> 0 or COALESCE(qtyorderonhand, 0) <> 0 or COALESCE(preqtyonhand, 0) <> 0 or COALESCE(preqtyorderonhand, 0) <> 0; | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0057516) hgbot (developer) 2013-03-27 23:11 |
Repository: erp/devel/pi Changeset: 5c1ad90975cfc21ec2418ed1682e492ef118cff7 Author: Jon AlegrÃa <jon.alegria <at> openbravo.com> Date: Wed Mar 27 23:41:36 2013 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/5c1ad90975cfc21ec2418ed1682e492ef118cff7 [^] Fixes issue 0023427: Error when deactivating a locator --- M src-db/database/model/triggers/M_LOCATOR_TRG.xml --- |
(0057552) hudsonbot (viewer) 2013-04-01 18:58 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/80299f4b6436 [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2013-03-27 23:05 | jonalegriaesarte | New Issue | |
2013-03-27 23:05 | jonalegriaesarte | Assigned To | => jonalegriaesarte |
2013-03-27 23:05 | jonalegriaesarte | Modules | => Core |
2013-03-27 23:05 | jonalegriaesarte | OBNetwork customer | => Yes |
2013-03-27 23:05 | jonalegriaesarte | Support ticket | => 20307 |
2013-03-27 23:05 | jonalegriaesarte | Triggers an Emergency Pack | => No |
2013-03-27 23:11 | hgbot | Checkin | |
2013-03-27 23:11 | hgbot | Note Added: 0057516 | |
2013-03-27 23:11 | hgbot | Status | new => resolved |
2013-03-27 23:11 | hgbot | Resolution | open => fixed |
2013-03-27 23:11 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/5c1ad90975cfc21ec2418ed1682e492ef118cff7 [^] |
2013-04-01 18:58 | hudsonbot | Checkin | |
2013-04-01 18:58 | hudsonbot | Note Added: 0057552 | |
2013-04-04 13:03 | egoitz | Review Assigned To | => egoitz |
2013-04-04 13:03 | egoitz | Status | resolved => closed |
2013-04-04 13:03 | egoitz | Fixed in Version | => 3.0MP22 |
Copyright © 2000 - 2009 MantisBT Group |