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
d9486e35
Commit
d9486e35
authored
4 years ago
by
Antony Le Courtes
Browse files
Options
Downloads
Patches
Plain Diff
Correction bug sur les RIB dans piece jointe suite migration v15
parent
d43d18c6
No related branches found
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
data/ddl/package/UNICAEN_TBL/body.sql
+1
-1
1 addition, 1 deletion
data/ddl/package/UNICAEN_TBL/body.sql
data/ddl/view/V_TBL_PIECE_JOINTE_DEMANDE.sql
+1
-1
1 addition, 1 deletion
data/ddl/view/V_TBL_PIECE_JOINTE_DEMANDE.sql
with
2 additions
and
2 deletions
data/ddl/package/UNICAEN_TBL/body.sql
+
1
−
1
View file @
d9486e35
...
...
@@ -1488,7 +1488,7 @@ CREATE OR REPLACE PACKAGE BODY "UNICAEN_TBL" AS
-- Le RIB n
''
est demandé QUE s
''
il est différent!!
AND CASE
WHEN tpjs.changement_rib = 0 OR d.id IS NULL THEN 1
ELSE CASE WHEN replace(i.bic,
''
''
,
''''
) = replace(d.bic,
''
''
,
''''
)
OR
replace(i.iban,
''
''
,
''''
) = replace(d.iban,
''
''
,
''''
) THEN 0 ELSE 1 END
ELSE CASE WHEN replace(i.bic,
''
''
,
''''
) = replace(d.bic,
''
''
,
''''
)
AND
replace(i.iban,
''
''
,
''''
) = replace(d.iban,
''
''
,
''''
) THEN 0 ELSE 1 END
END = 1
-- Filtre FC
...
...
This diff is collapsed.
Click to expand it.
data/ddl/view/V_TBL_PIECE_JOINTE_DEMANDE.sql
+
1
−
1
View file @
d9486e35
...
...
@@ -52,7 +52,7 @@ WHERE
-- Le RIB n'est demandé QUE s'il est différent!!
AND
CASE
WHEN
tpjs
.
changement_rib
=
0
OR
d
.
id
IS
NULL
THEN
1
ELSE
CASE
WHEN
replace
(
i
.
bic
,
' '
,
''
)
=
replace
(
d
.
bic
,
' '
,
''
)
OR
replace
(
i
.
iban
,
' '
,
''
)
=
replace
(
d
.
iban
,
' '
,
''
)
THEN
0
ELSE
1
END
ELSE
CASE
WHEN
replace
(
i
.
bic
,
' '
,
''
)
=
replace
(
d
.
bic
,
' '
,
''
)
AND
replace
(
i
.
iban
,
' '
,
''
)
=
replace
(
d
.
iban
,
' '
,
''
)
THEN
0
ELSE
1
END
END
=
1
-- Filtre FC
...
...
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