From 0947dbf4e0207015f1b0c830d4d59512e3c7f11a Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Wed, 19 Aug 2009 00:24:27 +0000 Subject: [PATCH] Fix [2839974] - Not zoom for payroll period https://sourceforge.net/tracker/?func=detail&aid=2839974&group_id=176962&atid=934929 --- migration/353a-trunk/oracle/531_BF2839974.sql | 5 +++++ migration/353a-trunk/postgresql/531_BF2839974.sql | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 migration/353a-trunk/oracle/531_BF2839974.sql create mode 100644 migration/353a-trunk/postgresql/531_BF2839974.sql diff --git a/migration/353a-trunk/oracle/531_BF2839974.sql b/migration/353a-trunk/oracle/531_BF2839974.sql new file mode 100644 index 0000000000..87a6fcd571 --- /dev/null +++ b/migration/353a-trunk/oracle/531_BF2839974.sql @@ -0,0 +1,5 @@ +-- Aug 18, 2009 7:17:15 PM COT +-- [ adempiere-Libero-2839974 ] Not zoom for payroll period +UPDATE AD_Table SET AD_Window_ID=53038,Updated=TO_DATE('2009-08-18 19:17:15','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Table_ID=53094 +; + diff --git a/migration/353a-trunk/postgresql/531_BF2839974.sql b/migration/353a-trunk/postgresql/531_BF2839974.sql new file mode 100644 index 0000000000..5526cf1bd5 --- /dev/null +++ b/migration/353a-trunk/postgresql/531_BF2839974.sql @@ -0,0 +1,5 @@ +-- Aug 18, 2009 7:17:15 PM COT +-- [ adempiere-Libero-2839974 ] Not zoom for payroll period +UPDATE AD_Table SET AD_Window_ID=53038,Updated=TO_TIMESTAMP('2009-08-18 19:17:15','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Table_ID=53094 +; +