SKAF#63270 -- Afas personen import - definitieve versie incl delete op prs tabel

svn path=/Customer/trunk/; revision=48764
This commit is contained in:
Jos Migo
2020-11-10 09:12:33 +00:00
parent 43643d4ddd
commit f74e294005

View File

@@ -928,7 +928,7 @@ BEGIN
COMMIT;
END;
END LOOP;
ELSE
fac.imp_writelog
@@ -947,6 +947,7 @@ BEGIN
);
COMMIT;
END IF; -- Geldig importbestand wat betreft aantal inserts
DELETE FROM skaf_imp_prs; -- Ivm IB maken we de personentabel weer leeg
COMMIT;
END skaf_update_prs;
/