Bug fix [ 1828688 ] Tabs wrongly defined as Accounting tabs
This commit is contained in:
parent
1e4442c3c8
commit
45628d8a36
|
@ -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;
|
|
@ -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;
|
Loading…
Reference in New Issue