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:
14
SKAF/Once/skaf#24718.sql
Normal file
14
SKAF/Once/skaf#24718.sql
Normal 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;
|
||||
Reference in New Issue
Block a user