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 +; +