FSN#37848 CTR: Import "inspectiedefinities" werkt niet meer
svn path=/Database/trunk/; revision=30908
This commit is contained in:
@@ -16836,7 +16836,8 @@ BEGIN
|
||||
ins_srtcontrole_info,
|
||||
ins_srtcontrole_periode,
|
||||
ins_srtcontrole_eenheid,
|
||||
ins_srtcontrole_mode
|
||||
ins_srtcontrole_mode,
|
||||
ctr_discipline_key
|
||||
)
|
||||
VALUES (v_ins_srtinstallatie_key,
|
||||
v_ins_srtcontrole_niveau,
|
||||
@@ -16844,7 +16845,10 @@ BEGIN
|
||||
rec_ins.ins_srtcontrole_info,
|
||||
rec_ins.ins_srtcontrole_periode,
|
||||
rec_ins.ins_srtcontrole_eenheid,
|
||||
rec_ins.ins_srtcontrole_mode
|
||||
rec_ins.ins_srtcontrole_mode,
|
||||
(SELECT MIN(ctr_ins_discipline_key) -- Compatible 2016.1, altijd controle
|
||||
FROM ctr_disc_params
|
||||
WHERE ctr_disc_params_controle_type = 1)
|
||||
);
|
||||
ELSE
|
||||
fac.imp_writelog (
|
||||
|
||||
Reference in New Issue
Block a user