SKAF#18869: Rgeistratie van factuurimport in tabel verbeterd

svn path=/Customer/trunk/; revision=14588
This commit is contained in:
Marcel Bourseau
2011-01-12 08:10:50 +00:00
parent aee66f4de0
commit ef0bb74991

View File

@@ -1,7 +1,7 @@
-- Customer specific once-script for SKAmersFoorts
-- (c) 2010 SG|facilitor bv
-- $Revision: 2 $
-- $Modtime: 3-01-11 18:00 $
-- $Revision: 3 $
-- $Modtime: 12-01-11 10:10 $
--
-- Support: +31 53 4800710
@@ -72,10 +72,10 @@ values(10,'Gescande factuur', 'X');
update fac_import_app
set fac_import_app_oms = 'Xtractor import facturenbestand',
fac_import_app_systeem = NULL,
fac_import_app_xsl = '../../cust/skaf/xsl/fclt_import_factuur.xsl'
fac_import_app_xsl = 'xsl/fclt_import_xtractor.xsl'
where fac_import_app_code = 'FACTUUR';
BEGIN adm.systrackscript('$Workfile: skaf7.sql $', '$Revision: 2 $', 1); END;
BEGIN adm.systrackscript('$Workfile: skaf7.sql $', '$Revision: 3 $', 1); END;
/
COMMIT;