details: /erp/devel/pi/rev/2c2166aa1aa1
changeset: 6704:2c2166aa1aa1
user: David Alsasua <david.alsasua <at> openbravo.com>
date: Mon Mar 15 09:09:46 2010 +0100
summary: Fixes some bugs from changeset 63711bc0dda0
diffstat:
src-db/database/model/tables/C_TAX.xml | 2 +
src-db/database/model/triggers/AD_ORGINFO_TRG.xml | 36 ++++++++++------------
2 files changed, 18 insertions(+), 20 deletions(-)
diffs (57 lines):
diff -r 12b53f471269 -r 2c2166aa1aa1 src-db/database/model/tables/C_TAX.xml
--- a/src-db/database/model/tables/C_TAX.xml Sat Mar 13 09:17:34 2010 +0100
+++ b/src-db/database/model/tables/C_TAX.xml Mon Mar 15 09:09:46 2010 +0100
@@ -182,5 +182,7 @@
<unique-column name="PARENT_TAX_ID"/>
</unique>
<check name="C_TAX_ISACTIVE_CHECK"><![CDATA[ISACTIVE IN ('Y',
'N')]]></check>
+ <check name="C_TAX_ISTAXDEDUCTABLE"><![CDATA[ISTAXDEDUCTABLE IN ('Y',
'N')]]></check>
+ <check name="C_TAX_ISTAXUNDEDUCTABLE"><![CDATA[ISTAXUNDEDUCTABLE IN
('Y', 'N')]]></check>
</table>
</database>
diff -r 12b53f471269 -r 2c2166aa1aa1
src-db/database/model/triggers/AD_ORGINFO_TRG.xml
--- a/src-db/database/model/triggers/AD_ORGINFO_TRG.xml Sat Mar 13 09:17:34
2010 +0100
+++ b/src-db/database/model/triggers/AD_ORGINFO_TRG.xml Mon Mar 15 09:09:46
2010 +0100
@@ -2,26 +2,22 @@
<database name="TRIGGER AD_ORGINFO_TRG">
<trigger name="AD_ORGINFO_TRG" table="AD_ORGINFO" fires="after"
insert="true" update="true" delete="true" foreach="row">
<body><![CDATA[
- /*************************************************************************
- * The contents of this file are subject to the Compiere Public
- * License 1.1 ("License"); You may not use this file except in
- * compliance with the License. You may obtain a copy of the License in
- * the legal folder of your Openbravo installation.
- * Software distributed under the License is distributed on an
- * "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- * implied. See the License for the specific language governing rights
- * and limitations under the License.
- * The Original Code is Compiere ERP & Business Solution
- * The Initial Developer of the Original Code is Jorg Janke and ComPiere, Inc.
- * Portions created by Jorg Janke are Copyright (C) 1999-2001 Jorg Janke,
- * parts created by ComPiere are Copyright (C) ComPiere, Inc.;
- * All Rights Reserved.
- * Contributor(s): Openbravo SLU
- * Contributions are Copyright (C) 2010 Openbravo, S.L.U.
- *
- * Specifically, this derivative work is based upon the following Compiere
- * file and version.
- *************************************************************************/
+/*************************************************************************
+* The contents of this file are subject to the Openbravo Public License
+* Version 1.0 (the "License"), being the Mozilla Public License
+* Version 1.1 with a permitted attribution clause; you may not use this
+* file except in compliance with the License. You may obtain a copy of
+* the License at http://www.openbravo.com/legal/license.html
+* Software distributed under the License is distributed on an "AS IS"
+* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+* License for the specific language governing rights and limitations
+* under the License.
+* The Original Code is Openbravo ERP.
+* The Initial Developer of the Original Code is Openbravo SLU
+* All portions are Copyright (C) 2010 Openbravo SLU
+* All Rights Reserved.
+* Contributor(s): ______________________________________.
+************************************************************************/
BEGIN
IF AD_isTriggerEnabled()='N' THEN RETURN;
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits