Fix [ 2022008 ] Found wrong column in displaylogic

This commit is contained in:
Carlos Ruiz 2008-07-19 05:38:23 +00:00
parent 60ddefa711
commit a205b9e9b4
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
-- Column wrong in displaylogic
update ad_field
set displaylogic = '@IsOwned@=Y & @IsDepreciated@=Y'
where displaylogic = '@IsOwned@=Y & @IsDepeciated@=Y'
;

View File

@ -0,0 +1,6 @@
-- Column wrong in displaylogic
update ad_field
set displaylogic = '@IsOwned@=Y & @IsDepreciated@=Y'
where displaylogic = '@IsOwned@=Y & @IsDepeciated@=Y'
;