From 45628d8a36c34addb9f78ffc191bc4c096513a3e Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Sun, 11 Nov 2007 17:23:16 +0000 Subject: [PATCH] Bug fix [ 1828688 ] Tabs wrongly defined as Accounting tabs --- migration/330-trunk/035_BF_1828688.sql | 9 +++++++++ migration/330-trunk/postgresql/035_BF_1828688.sql | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 migration/330-trunk/035_BF_1828688.sql create mode 100644 migration/330-trunk/postgresql/035_BF_1828688.sql diff --git a/migration/330-trunk/035_BF_1828688.sql b/migration/330-trunk/035_BF_1828688.sql new file mode 100644 index 0000000000..53b481e74e --- /dev/null +++ b/migration/330-trunk/035_BF_1828688.sql @@ -0,0 +1,9 @@ +UPDATE AD_TAB + SET isinfotab = 'N' + WHERE ad_tab_id = 684 -- Invoice (Customer) -> Allocation + OR ad_tab_id = 685 -- Invoice (Vendor) -> Allocation + OR ad_tab_id = 755 -- Payment -> Allocate + OR ad_tab_id = 686 -- Payment -> Allocations +; + +COMMIT; \ No newline at end of file diff --git a/migration/330-trunk/postgresql/035_BF_1828688.sql b/migration/330-trunk/postgresql/035_BF_1828688.sql new file mode 100644 index 0000000000..53b481e74e --- /dev/null +++ b/migration/330-trunk/postgresql/035_BF_1828688.sql @@ -0,0 +1,9 @@ +UPDATE AD_TAB + SET isinfotab = 'N' + WHERE ad_tab_id = 684 -- Invoice (Customer) -> Allocation + OR ad_tab_id = 685 -- Invoice (Vendor) -> Allocation + OR ad_tab_id = 755 -- Payment -> Allocate + OR ad_tab_id = 686 -- Payment -> Allocations +; + +COMMIT; \ No newline at end of file