HPJI#28971 Geleverde bestellingen bloemen automatisch afmelden

svn path=/Customer/; revision=21250
This commit is contained in:
Peter Koerhuis
2014-04-07 13:02:15 +00:00
parent f87c0d393f
commit a853b4dff3

View File

@@ -14,11 +14,13 @@ SET DEFINE OFF
INSERT INTO fac_export_app
(fac_export_app_code,
fac_export_app_oms,
fac_functie_key)
fac_functie_key,
fac_export_app_folder)
VALUES
('BES_AFMELD',
'Geleverde bestellingen (bloemen) automatisch afmelden',
61);
61,
'.');
BEGIN adm.systrackscript('$Workfile: hpji10.sql $', '$Revision$', 1); END;
/