From 7db2a7c315d99ee650905316477dda81ec511353 Mon Sep 17 00:00:00 2001 From: vpj-cd Date: Mon, 30 Nov 2009 17:02:40 +0000 Subject: [PATCH] Tax Rate Parent window not working https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2871039&group_id=176962 --- migration/354a-trunk/oracle/615_BF2871039.sql | 10 ++++++++++ migration/354a-trunk/postgresql/615_BF2871039.sql | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 migration/354a-trunk/oracle/615_BF2871039.sql create mode 100644 migration/354a-trunk/postgresql/615_BF2871039.sql diff --git a/migration/354a-trunk/oracle/615_BF2871039.sql b/migration/354a-trunk/oracle/615_BF2871039.sql new file mode 100644 index 0000000000..8215778825 --- /dev/null +++ b/migration/354a-trunk/oracle/615_BF2871039.sql @@ -0,0 +1,10 @@ +-- Nov 30, 2009 10:54:15 AM CST +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Tab SET WhereClause='M_Product_ID=@0|M_Product_ID@',Updated=TO_DATE('2009-11-30 10:54:15','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Tab_ID=53286 +; + +-- Nov 30, 2009 10:54:36 AM CST +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Tab SET WhereClause='IsSummary=''Y'' AND C_Tax.Parent_Tax_ID=@0|C_Tax_ID@',Updated=TO_DATE('2009-11-30 10:54:36','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Tab_ID=53079 +; + diff --git a/migration/354a-trunk/postgresql/615_BF2871039.sql b/migration/354a-trunk/postgresql/615_BF2871039.sql new file mode 100644 index 0000000000..fd459243aa --- /dev/null +++ b/migration/354a-trunk/postgresql/615_BF2871039.sql @@ -0,0 +1,10 @@ +-- Nov 30, 2009 10:54:15 AM CST +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Tab SET WhereClause='M_Product_ID=@0|M_Product_ID@',Updated=TO_TIMESTAMP('2009-11-30 10:54:15','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Tab_ID=53286 +; + +-- Nov 30, 2009 10:54:36 AM CST +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Tab SET WhereClause='IsSummary=''Y'' AND C_Tax.Parent_Tax_ID=@0|C_Tax_ID@',Updated=TO_TIMESTAMP('2009-11-30 10:54:36','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Tab_ID=53079 +; +