FSN#211933

svn path=/Customer/trunk/; revision=15039
This commit is contained in:
Ruud Lipper
2011-12-06 09:54:04 +00:00
parent eb41d0940d
commit 43c1c4a221

View File

@@ -1,7 +1,7 @@
-- Script containing customer specific configuration sql statements for SUTF
-- (c) 2010 SG|facilitor bv
-- $Revision: 3 $
-- $Modtime: 7-11-11 13:36 $
-- $Revision: 4 $
-- $Modtime: 6-12-11 11:53 $
--
-- Support: +31 53 4800700
@@ -1347,9 +1347,11 @@ AS
FROM prs_v_aanwezigperslid p, prs_afdeling a
WHERE a.prs_afdeling_key = p.prs_afdeling_key;
BEGIN adm.systrackscript('$Workfile: sutf.sql $', '$Revision: 3 $', 0); END;
BEGIN adm.systrackscript('$Workfile: sutf.sql $', '$Revision: 4 $', 0); END;
/
BEGIN fac.registercustversion('SUTF', 2); END;
/
commit;