Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OSE
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
OSE
Commits
072b71cd
Commit
072b71cd
authored
Sep 15, 2020
by
Antony Le Courtes
Browse files
Options
Downloads
Patches
Plain Diff
Modification indicateur 410 (prise en compte de la complétude du dossier pour la validation)
parent
6769117e
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!55
Ll bug report services
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
data/ddl/view/V_INDICATEUR_410.sql
+1
-1
1 addition, 1 deletion
data/ddl/view/V_INDICATEUR_410.sql
with
1 addition
and
1 deletion
data/ddl/view/V_INDICATEUR_410.sql
+
1
−
1
View file @
072b71cd
...
@@ -9,6 +9,6 @@ FROM
...
@@ -9,6 +9,6 @@ FROM
JOIN
intervenant
i
ON
i
.
id
=
d
.
intervenant_id
JOIN
intervenant
i
ON
i
.
id
=
d
.
intervenant_id
WHERE
WHERE
d
.
dossier_id
IS
NOT
NULL
d
.
dossier_id
IS
NOT
NULL
AND
d
.
completude
=
1
00
AND
d
.
completude
=
1
AND
d
.
validation_id
IS
NULL
AND
d
.
validation_id
IS
NULL
AND
d
.
peut_saisir_dossier
=
1
AND
d
.
peut_saisir_dossier
=
1
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment