FSN#20089: Nieuwe $CAK-setting "CLIENT voor BiOns: 0

svn path=/Customer/trunk/; revision=14683
This commit is contained in:
Marcel Bourseau
2011-03-15 09:53:56 +00:00
parent ec3bf4453c
commit 2aa7cf7dc6

20
BONS/Once/bons02.sql Normal file
View File

@@ -0,0 +1,20 @@
-- Customer specific once-script
-- BiOns
-- (c) 2010 SG|facilitor bv
-- $Revision: 1 $
-- $Modtime: 15-03-11 11:39 $
--
-- Support: +31 53 4800710
SET ECHO ON;
SPOOL bons02.lst;
-- BiOns werkt met impliciete clientnummers (perslid-key)
INSERT INTO fac_usrdata (fac_usrdata_key, fac_usrtab_key, fac_usrdata_code, fac_usrdata_omschr)
VALUES(48,41,'CLIENTNR','0');
BEGIN adm.systrackscript('$Workfile: bons02.sql $', '$Revision: 1 $', 1); END;
/
COMMIT;
SPOOL OFF;