SKAF#24718: Bij export van Xtractor ->Facilitor, komt standaard steeds 1 factuur extra mee

svn path=/Customer/trunk/; revision=15805
This commit is contained in:
Marcel Bourseau
2012-11-06 11:01:42 +00:00
parent 0d9b05cbd0
commit ece6f06c9e

14
SKAF/Once/skaf#24718.sql Normal file
View File

@@ -0,0 +1,14 @@
-- Customer specific once-script for SKAmersFoorts
-- (c) 2010 SG|facilitor bv
-- $Revision$
-- $Id$
--
-- Support: +31 53 4800710
SET ECHO ON;
SPOOL skaf#24718.lst;
delete from fac_imp_factuur where fac_import_key is null;
COMMIT;
SPOOL OFF;