Fix [2688939] - Dictionary typos

https://sourceforge.net/tracker2/?func=detail&aid=2688939&group_id=176962&atid=879332
This commit is contained in:
Carlos Ruiz 2009-03-16 18:43:01 +00:00
parent a03860b8c3
commit 6d14c5cc10
2 changed files with 22 additions and 0 deletions

View File

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

View File

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