details: /erp/stable/2.50/rev/31fa3266b55b
changeset: 9374:31fa3266b55b
user: David Alsasua <david.alsasua <at> openbravo.com>
date: Fri Apr 15 15:21:32 2011 +0200
summary: Fixes 16832: A trigger condition in c_orderline has been added.
The condition in the trigger has been removed
diffstat:
src-db/database/model/triggers/C_ORDLINE_CHK_RESTRICTIONS_TRG.xml | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diffs (16 lines):
diff -r ae1a33f19985 -r 31fa3266b55b
src-db/database/model/triggers/C_ORDLINE_CHK_RESTRICTIONS_TRG.xml
--- a/src-db/database/model/triggers/C_ORDLINE_CHK_RESTRICTIONS_TRG.xml Thu Apr
14 12:43:08 2011 +0200
+++ b/src-db/database/model/triggers/C_ORDLINE_CHK_RESTRICTIONS_TRG.xml Fri Apr
15 15:21:32 2011 +0200
@@ -78,12 +78,6 @@
END IF;
END IF;
- IF(UPDATING OR INSERTING) THEN
- IF (:NEW.C_BPARTNER_ID IS NOT NULL AND :NEW.C_BPARTNER_LOCATION_ID IS
NULL) THEN
- RAISE_APPLICATION_ERROR(-20000, '@LocationNotNullConstraint@');
- END IF;
- END IF;
-
IF(DELETING OR INSERTING) THEN
SELECT PROCESSED,
DOCACTION
------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve
application availability and disaster protection. Learn more about boosting
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits