IDEMPIERE-1247 UX: consistency on opening as single record view
This commit is contained in:
parent
85a4506d06
commit
f33e50eb7e
|
@ -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
|
||||
;
|
||||
|
|
@ -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
|
||||
;
|
||||
|
Loading…
Reference in New Issue