core-jgi/migration/330-331b/postgresql/035_BF_1828688.sql

9 lines
270 B
SQL

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;