IDEMPIERE-1247 UX: consistency on opening as single record view

This commit is contained in:
Carlos Ruiz 2013-08-03 11:10:42 -05:00
parent 85a4506d06
commit f33e50eb7e
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,9 @@
-- IDEMPIERE-1247 UX: consistency on opening as single record view
UPDATE AD_Tab SET IsSingleRow='Y'
WHERE IsSingleRow='N'
AND IsActive='Y'
;
SELECT register_migration_script('201308031107_IDEMPIERE-1247.sql') FROM dual
;

View File

@ -0,0 +1,9 @@
-- IDEMPIERE-1247 UX: consistency on opening as single record view
UPDATE AD_Tab SET IsSingleRow='Y'
WHERE IsSingleRow='N'
AND IsActive='Y'
;
SELECT register_migration_script('201308031107_IDEMPIERE-1247.sql') FROM dual
;