Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0033298 | Openbravo ERP | 07. Sales management | public | 2016-06-16 20:44 | 2016-06-28 16:06 |
|
| Reporter | mtaal | |
| Assigned To | Sandrahuguet | |
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 5 | OS Version | |
| Product Version | | |
| Target Version | 3.0PR16Q4 | Fixed in Version | 3.0PR16Q3 | |
| Merge Request Status | |
| Review Assigned To | aferraz |
| 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 | 0033298: c_orderdiscount_trg trigger does not have enabling/disabling code |
| Description | All triggers in OB need to have enabling and disabling code snippet in the beginning:
IF AD_isTriggerEnabled()='N' THEN IF TG_OP = 'DELETE' THEN RETURN OLD; ELSE RETURN NEW; END IF;
END IF;
The c_orderdiscount_trg misses this. |
| Steps To Reproduce | Check the trigger code in postgresql explorer |
| Proposed Solution | Add the line as shown above. |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | trigger.diff (453) 2016-06-16 22:28 https://issues.openbravo.com/file_download.php?file_id=9547&type=bug |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2016-06-16 20:44 | mtaal | New Issue | |
| 2016-06-16 20:44 | mtaal | Assigned To | => Triage Finance |
| 2016-06-16 20:44 | mtaal | OBNetwork customer | => No |
| 2016-06-16 20:44 | mtaal | Modules | => Core |
| 2016-06-16 20:44 | mtaal | Triggers an Emergency Pack | => No |
| 2016-06-16 22:28 | mtaal | File Added: trigger.diff | |
| 2016-06-24 12:10 | mtaal | Assigned To | Triage Finance => Sandrahuguet |
| 2016-06-27 08:59 | hgbot | Checkin | |
| 2016-06-27 08:59 | hgbot | Note Added: 0087939 | |
| 2016-06-27 08:59 | hgbot | Status | new => resolved |
| 2016-06-27 08:59 | hgbot | Resolution | open => fixed |
| 2016-06-27 08:59 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c01922c14219237f6b04696df536de09ce9af86a [^] |
| 2016-06-27 08:59 | Sandrahuguet | Review Assigned To | => aferraz |
| 2016-06-27 09:43 | hgbot | Checkin | |
| 2016-06-27 09:43 | hgbot | Note Added: 0087941 | |
| 2016-06-27 09:45 | aferraz | Note Added: 0087942 | |
| 2016-06-27 09:45 | aferraz | Status | resolved => closed |
| 2016-06-27 09:45 | aferraz | Fixed in Version | => 3.0PR16Q3 |
| 2016-06-27 13:49 | hudsonbot | Checkin | |
| 2016-06-27 13:49 | hudsonbot | Note Added: 0087988 | |
| 2016-06-28 16:06 | hudsonbot | Checkin | |
| 2016-06-28 16:06 | hudsonbot | Note Added: 0088051 | |
|
Notes |
|
|
(0087939)
|
|
hgbot
|
|
2016-06-27 08:59
|
|
Repository: erp/devel/pi
Changeset: c01922c14219237f6b04696df536de09ce9af86a
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Thu Jun 23 10:28:40 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/c01922c14219237f6b04696df536de09ce9af86a [^]
Fixed issue 33298 enabling/disabling code is missing in c_orderdiscount_trg
c_orderdiscount_trg trigger does not have enabling/disabling code
All triggers in OB need to have enabling and disabling code snippet in the beginning
---
M src-db/database/model/triggers/C_ORDERDISCOUNT_TRG.xml
---
|
|
|
|
(0087941)
|
|
hgbot
|
|
2016-06-27 09:43
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|