Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
eb13b7d9
Commit
eb13b7d9
authored
Jun 16, 2021
by
Laurent Lécluse
Browse files
oups, oubli lié au debug
parent
96523224
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/Connecteurs-Import/Générique/SRC_INTERVENANT.sql
View file @
eb13b7d9
...
...
@@ -57,7 +57,7 @@ FROM (
CASE
-- Cas 1 : Si on est sur un statut multiple avec un non-autorisé et un autre statut, alors le non autorisé est supprimé
WHEN
statut_intervenant_nautorise
=
1
AND
intervenant_local
=
0
AND
nb_intervenants
>
1
AND
intervenant_histo
=
0
THEN
'drop
na
'
WHEN
statut_intervenant_nautorise
=
1
AND
intervenant_local
=
0
AND
nb_intervenants
>
1
AND
intervenant_histo
=
0
THEN
'drop'
-- Cas 2 : Si on est sur les mêmes fiches, alors on synchronise tout le temps
...
...
doc/Connecteurs-Import/Octopus/SRC_INTERVENANT.sql
View file @
eb13b7d9
...
...
@@ -57,7 +57,7 @@ FROM (
CASE
-- Cas 1 : Si on est sur un statut multiple avec un non-autorisé et un autre statut, alors le non autorisé est supprimé
WHEN
statut_intervenant_nautorise
=
1
AND
intervenant_local
=
0
AND
nb_intervenants
>
1
AND
intervenant_histo
=
0
THEN
'drop
na
'
WHEN
statut_intervenant_nautorise
=
1
AND
intervenant_local
=
0
AND
nb_intervenants
>
1
AND
intervenant_histo
=
0
THEN
'drop'
-- Cas 2 : Si on est sur les mêmes fiches, alors on synchronise tout le temps
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment