Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OSE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
OSE
Commits
2ba6f385
Commit
2ba6f385
authored
5 years ago
by
Laurent Lecluse
Browse files
Options
Downloads
Patches
Plain Diff
Bug DMEP référentiel OK
parent
f2c03cf6
Branches
Branches containing commit
No related tags found
1 merge request
!55
Ll bug report services
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+7
-0
7 additions, 0 deletions
CHANGELOG.md
data/ddl/view/V_FR_SERVICE_REF_CENTRE_COUT.sql
+1
-1
1 addition, 1 deletion
data/ddl/view/V_FR_SERVICE_REF_CENTRE_COUT.sql
with
8 additions
and
1 deletion
CHANGELOG.md
+
7
−
0
View file @
2ba6f385
...
@@ -16,6 +16,13 @@ La migration ne sera possible qu'à partir de la version 14.
...
@@ -16,6 +16,13 @@ La migration ne sera possible qu'à partir de la version 14.
Si vous êtes sur une version antérieurs à la 14, merci de migrer d'abord en V14.x AVANT de migrer vers la 15.
Si vous êtes sur une version antérieurs à la 14, merci de migrer d'abord en V14.x AVANT de migrer vers la 15.
# OSE 14.6 (en développement)
## Corrections de bugs
*
Fiabilisation des demandes de mise en paiement de référentiel (message d'erreur qui appraissait parfois résolu)
# OSE 14.5
# OSE 14.5
## Nouveautés
## Nouveautés
...
...
This diff is collapsed.
Click to expand it.
data/ddl/view/V_FR_SERVICE_REF_CENTRE_COUT.sql
+
1
−
1
View file @
2ba6f385
CREATE
OR
REPLACE
FORCE
VIEW
V_FR_SERVICE_REF_CENTRE_COUT
AS
CREATE
OR
REPLACE
FORCE
VIEW
V_FR_SERVICE_REF_CENTRE_COUT
AS
SELECT
SELECT
frsr
.
id
formule_resultat_serv_ref_id
,
cc
.
id
frsr
.
id
formule_resultat_serv_ref_id
,
cc
.
id
centre_cout_id
FROM
FROM
formule_resultat_service_ref
frsr
formule_resultat_service_ref
frsr
JOIN
service_referentiel
sr
ON
sr
.
id
=
frsr
.
service_referentiel_id
JOIN
service_referentiel
sr
ON
sr
.
id
=
frsr
.
service_referentiel_id
...
...
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