uwva#36090

svn path=/Customer/; revision=28950
This commit is contained in:
Suzan Wiegerinck
2016-04-14 14:01:37 +00:00
parent 5394253877
commit 706bb46c2e

14
onces/UWVA/uwva#36090.sql Normal file
View File

@@ -0,0 +1,14 @@
-- Opschonen van oude ge<67>mporteerde factuurregels zonder fac_imp_import_key
SET ECHO ON
SPOOL UWVA#36090.lst
SET DEFINE OFF
delete fac_imp_factuur
where fac_import_key is null;
COMMIT;
BEGIN adm.systrackscriptId('$Id$'); END;
/
SPOOL OFF