CSUN#90600 Fout in automatische import naar Facilitor; controle en correctie nodig.
Controle op te verwijderen locaties verbeterd, ook status Bij Frontoffice komt voor. svn path=/Customer/trunk/; revision=70973
This commit is contained in:
@@ -3211,7 +3211,8 @@ IS
|
|||||||
(SELECT COUNT (*)
|
(SELECT COUNT (*)
|
||||||
FROM mld_melding
|
FROM mld_melding
|
||||||
WHERE mld_alg_locatie_key = l.alg_locatie_key
|
WHERE mld_alg_locatie_key = l.alg_locatie_key
|
||||||
AND mld_melding_status IN (2,
|
AND mld_melding_status IN (0,
|
||||||
|
2,
|
||||||
3,
|
3,
|
||||||
4,
|
4,
|
||||||
7)) as count_mld
|
7)) as count_mld
|
||||||
@@ -8881,7 +8882,7 @@ IS
|
|||||||
(SELECT COUNT (*)
|
(SELECT COUNT (*)
|
||||||
FROM mld_melding
|
FROM mld_melding
|
||||||
WHERE mld_alg_locatie_key = l.alg_locatie_key
|
WHERE mld_alg_locatie_key = l.alg_locatie_key
|
||||||
AND mld_melding_status IN (2, 3, 4, 7))
|
AND mld_melding_status IN (0, 2, 3, 4, 7))
|
||||||
AS count_mld
|
AS count_mld
|
||||||
FROM alg_locatie l,
|
FROM alg_locatie l,
|
||||||
alg_onrgoedkenmerk aogk
|
alg_onrgoedkenmerk aogk
|
||||||
|
|||||||
Reference in New Issue
Block a user