Fix [ 1672847 ] 2 bugs in Product Costs

This commit is contained in:
Carlos Ruiz 2007-08-17 22:40:10 +00:00
parent 0648b4e235
commit 86fe300dde
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
update AD_Column
set isparent = 'N'
where AD_Column_ID in (13467, 13468);
update ad_tab
set ad_column_id = null
where AD_Tab_ID=701;

View File

@ -0,0 +1,7 @@
update AD_Column
set isparent = 'N'
where AD_Column_ID in (13467, 13468);
update ad_tab
set ad_column_id = null
where AD_Tab_ID=701;