IDEMPIERE-3438 Capture user suggestions for field terminology and context help - fix UUID fields displayed
This commit is contained in:
parent
24ad9272c6
commit
909bbcb84f
|
@ -0,0 +1,9 @@
|
|||
-- IDEMPIERE-3438
|
||||
update ad_field set isdisplayedgrid='N' where ad_field_id in (
|
||||
204231,
|
||||
204253
|
||||
);
|
||||
|
||||
SELECT register_migration_script('201710312152_IDEMPIERE-3438.sql') FROM dual
|
||||
;
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
-- IDEMPIERE-3438
|
||||
update ad_field set isdisplayedgrid='N' where ad_field_id in (
|
||||
204231,
|
||||
204253
|
||||
);
|
||||
|
||||
SELECT register_migration_script('201710312152_IDEMPIERE-3438.sql') FROM dual
|
||||
;
|
||||
|
Loading…
Reference in New Issue