From 4acf7e73c356cd1d5f670caae0ffd137ec81d127 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Sat, 3 Jan 2009 02:22:36 +0000 Subject: [PATCH] Fix [2219332] - Misspelling Thanks to ECrock https://sourceforge.net/tracker2/index.php?func=detail&aid=2219332&group_id=176962&atid=879332 --- .../postgresql/377_BF2219332_misspelling.sql | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 migration/353a-trunk/postgresql/377_BF2219332_misspelling.sql diff --git a/migration/353a-trunk/postgresql/377_BF2219332_misspelling.sql b/migration/353a-trunk/postgresql/377_BF2219332_misspelling.sql new file mode 100644 index 0000000000..f98458d276 --- /dev/null +++ b/migration/353a-trunk/postgresql/377_BF2219332_misspelling.sql @@ -0,0 +1,41 @@ +-- Dez 02, 2008 12:03:00 PM ECT +-- fix Correct Misspelling +update ad_process set Description='Invoice Report by Product Category per Month',Updated=TO_TIMESTAMP('2008-12-02 12:03:00','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 where ad_process_id=132 +; +-- Dez 02, 2008 12:03:00 PM ECT +-- fix Correct Misspelling +update ad_process set Description='Invoice Report by Product Vendor per Month',Updated=TO_TIMESTAMP('2008-12-02 12:03:00','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 where ad_process_id=133 +; +-- Dez 02, 2008 12:03:00 PM ECT +-- fix Correct Misspelling +update ad_process set Description='Invoice Report by Product Category per Week',Updated=TO_TIMESTAMP('2008-12-02 12:03:00','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 where ad_process_id=131 +; +-- Dez 02, 2008 12:03:00 PM ECT +-- fix Correct Misspelling +update ad_process set Description='Invoice Report per Week',Updated=TO_TIMESTAMP('2008-12-02 12:03:00','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 where ad_process_id=130 +; +-- Dez 02, 2008 12:03:00 PM ECT +-- fix Correct Misspelling +update ad_process set Description='Invoice Report per Month',Updated=TO_TIMESTAMP('2008-12-02 12:03:00','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 where ad_process_id=129 +; +-- Dez 02, 2008 12:03:00 PM ECT +-- fix Correct Misspelling +update ad_process set Description='Invoice Report per Day',Updated=TO_TIMESTAMP('2008-12-02 12:03:00','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 where ad_process_id=128 +; +-- Dez 02, 2008 12:03:00 PM ECT +-- fix Correct Misspelling +update ad_process set Description='Invoice Transactions by Accounting Date',Updated=TO_TIMESTAMP('2008-12-02 12:03:00','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 where ad_process_id=127 +; +-- Dez 02, 2008 12:03:00 PM ECT +-- fix Correct Misspelling +update ad_process set Description='Invoice Report by Product per Month',Updated=TO_TIMESTAMP('2008-12-02 12:03:00','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 where ad_process_id=340 +; +-- Dez 02, 2008 12:03:00 PM ECT +-- fix Correct Misspelling +update ad_process set Description='Invoice Report by Product per Quarter',Updated=TO_TIMESTAMP('2008-12-02 12:03:00','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 where ad_process_id=341 +; + +-- Jan 2, 2009 9:11:36 PM COT +UPDATE GL_Category SET Name='Manufacturing',Updated=TO_TIMESTAMP('2009-01-02 21:11:36','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE GL_Category_ID=50001 +; +