From 6d14c5cc10bf0cc76b54af7235e684aca8eb0c4e Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Mon, 16 Mar 2009 18:43:01 +0000 Subject: [PATCH] Fix [2688939] - Dictionary typos https://sourceforge.net/tracker2/?func=detail&aid=2688939&group_id=176962&atid=879332 --- migration/353a-trunk/oracle/435_BF2688939_typos.sql | 11 +++++++++++ .../353a-trunk/postgresql/435_BF2688939_typos.sql | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 migration/353a-trunk/oracle/435_BF2688939_typos.sql create mode 100644 migration/353a-trunk/postgresql/435_BF2688939_typos.sql diff --git a/migration/353a-trunk/oracle/435_BF2688939_typos.sql b/migration/353a-trunk/oracle/435_BF2688939_typos.sql new file mode 100644 index 0000000000..efe50b416e --- /dev/null +++ b/migration/353a-trunk/oracle/435_BF2688939_typos.sql @@ -0,0 +1,11 @@ +-- Mar 16, 2009 1:23:18 PM COT +-- [ 2664599 ] Fix CreateCostElement process parameters +UPDATE AD_Tab SET Help='Define Product Attribute Sets to add additional attributes and values to the product. You need to define an Attribute Set if you want to enable Serial and Lot Number and Guarantee Date tracking. Note that the Guarantee Days here determine the Shelf Life of a product instance after manufacturing (the Guarantee Days on the product determines a Customer Service date after selling) +If the Attribute Set is mandatory, a product instance needs to be selected/created before shipping.',Updated=TO_DATE('2009-03-16 13:23:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=461 +; + +-- Mar 16, 2009 1:23:18 PM COT +-- [ 2664599 ] Fix CreateCostElement process parameters +UPDATE AD_Tab_Trl SET IsTranslated='N' WHERE AD_Tab_ID=461 +; + diff --git a/migration/353a-trunk/postgresql/435_BF2688939_typos.sql b/migration/353a-trunk/postgresql/435_BF2688939_typos.sql new file mode 100644 index 0000000000..317d3761c8 --- /dev/null +++ b/migration/353a-trunk/postgresql/435_BF2688939_typos.sql @@ -0,0 +1,11 @@ +-- Mar 16, 2009 1:23:18 PM COT +-- [ 2664599 ] Fix CreateCostElement process parameters +UPDATE AD_Tab SET Help='Define Product Attribute Sets to add additional attributes and values to the product. You need to define an Attribute Set if you want to enable Serial and Lot Number and Guarantee Date tracking. Note that the Guarantee Days here determine the Shelf Life of a product instance after manufacturing (the Guarantee Days on the product determines a Customer Service date after selling) +If the Attribute Set is mandatory, a product instance needs to be selected/created before shipping.',Updated=TO_TIMESTAMP('2009-03-16 13:23:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=461 +; + +-- Mar 16, 2009 1:23:18 PM COT +-- [ 2664599 ] Fix CreateCostElement process parameters +UPDATE AD_Tab_Trl SET IsTranslated='N' WHERE AD_Tab_ID=461 +; +