From 381da83ae1a58bfbaa6fa4eb1437afa4c9fd3982 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Mon, 16 Mar 2009 18:44:31 +0000 Subject: [PATCH] wrong comments in previous commit --- migration/353a-trunk/oracle/435_BF2688939_typos.sql | 2 -- migration/353a-trunk/postgresql/435_BF2688939_typos.sql | 2 -- 2 files changed, 4 deletions(-) diff --git a/migration/353a-trunk/oracle/435_BF2688939_typos.sql b/migration/353a-trunk/oracle/435_BF2688939_typos.sql index efe50b416e..e7f205c033 100644 --- a/migration/353a-trunk/oracle/435_BF2688939_typos.sql +++ b/migration/353a-trunk/oracle/435_BF2688939_typos.sql @@ -1,11 +1,9 @@ -- 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 index 317d3761c8..1b0bf46a93 100644 --- a/migration/353a-trunk/postgresql/435_BF2688939_typos.sql +++ b/migration/353a-trunk/postgresql/435_BF2688939_typos.sql @@ -1,11 +1,9 @@ -- 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 ;