From f33e50eb7e7d8df0f544cff7c50a88f9e64cd1b2 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Sat, 3 Aug 2013 11:10:42 -0500 Subject: [PATCH] IDEMPIERE-1247 UX: consistency on opening as single record view --- .../i1.0c-release/oracle/201308031107_IDEMPIERE-1247.sql | 9 +++++++++ .../postgresql/201308031107_IDEMPIERE-1247.sql | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 migration/i1.0c-release/oracle/201308031107_IDEMPIERE-1247.sql create mode 100644 migration/i1.0c-release/postgresql/201308031107_IDEMPIERE-1247.sql diff --git a/migration/i1.0c-release/oracle/201308031107_IDEMPIERE-1247.sql b/migration/i1.0c-release/oracle/201308031107_IDEMPIERE-1247.sql new file mode 100644 index 0000000000..ecdee61625 --- /dev/null +++ b/migration/i1.0c-release/oracle/201308031107_IDEMPIERE-1247.sql @@ -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 +; + diff --git a/migration/i1.0c-release/postgresql/201308031107_IDEMPIERE-1247.sql b/migration/i1.0c-release/postgresql/201308031107_IDEMPIERE-1247.sql new file mode 100644 index 0000000000..ecdee61625 --- /dev/null +++ b/migration/i1.0c-release/postgresql/201308031107_IDEMPIERE-1247.sql @@ -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 +; +