Bug fix [ 1828688 ] Tabs wrongly defined as Accounting tabs

This commit is contained in:
Carlos Ruiz 2007-11-11 17:23:16 +00:00
parent 1e4442c3c8
commit 45628d8a36
2 changed files with 18 additions and 0 deletions

View File

@ -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;

View File

@ -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;