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:
parent
3018aec565
commit
30f3d030a7
|
@ -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;
|
|
@ -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;
|
Loading…
Reference in New Issue