Reverse BF 1740254

The column was wrongly updated in file 012_BF_1740254.sql (now deleted), somebody mistakenly could apply the 012 patch to their system
This commit is contained in:
Carlos Ruiz 2007-07-21 16:20:50 +00:00
parent 3018aec565
commit 30f3d030a7
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
--
-- [ 1740254 ] PriceList Version is empty in Product-Price tab
-- http://sourceforge.net/tracker/index.php?func=detail&aid=1740254&group_id=176962&atid=879332
--
-- Column M_ProductPrice.M_PriceList_Version_ID:
-- Original File 012_BF_1740254.sql was deleted - the original file put the IsParent='N'
-- restoring past value from IsParent because somebody could apply this patch into their system
UPDATE AD_COLUMN SET IsParent='Y' WHERE AD_Column_ID=2760;
COMMIT;

View File

@ -0,0 +1,12 @@
--
-- [ 1740254 ] PriceList Version is empty in Product-Price tab
-- http://sourceforge.net/tracker/index.php?func=detail&aid=1740254&group_id=176962&atid=879332
--
-- Column M_ProductPrice.M_PriceList_Version_ID:
-- Original File 012_BF_1740254.sql was deleted - the original file put the IsParent='N'
-- restoring past value from IsParent because somebody could apply this patch into their system
UPDATE AD_COLUMN SET IsParent='Y' WHERE AD_Column_ID=2760;
COMMIT;