IDEMPIERE-3438 Capture user suggestions for field terminology and context help - fix UUID fields displayed

This commit is contained in:
Carlos Ruiz 2017-10-31 21:53:53 +01:00
parent 24ad9272c6
commit 909bbcb84f
2 changed files with 18 additions and 0 deletions

View File

@ -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
;

View File

@ -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
;