Fix [ 2022008 ] Found wrong column in displaylogic
This commit is contained in:
parent
60ddefa711
commit
a205b9e9b4
|
@ -0,0 +1,6 @@
|
|||
-- Column wrong in displaylogic
|
||||
|
||||
update ad_field
|
||||
set displaylogic = '@IsOwned@=Y & @IsDepreciated@=Y'
|
||||
where displaylogic = '@IsOwned@=Y & @IsDepeciated@=Y'
|
||||
;
|
|
@ -0,0 +1,6 @@
|
|||
-- Column wrong in displaylogic
|
||||
|
||||
update ad_field
|
||||
set displaylogic = '@IsOwned@=Y & @IsDepreciated@=Y'
|
||||
where displaylogic = '@IsOwned@=Y & @IsDepeciated@=Y'
|
||||
;
|
Loading…
Reference in New Issue