Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
don
Commits
e6a00ddc
Commit
e6a00ddc
authored
Oct 13, 2018
by
Okhin
Browse files
Updating the Finder
parent
1b1c1543
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/LQDN/Finder/CounterpartFinder.php
View file @
e6a00ddc
...
...
@@ -37,11 +37,11 @@ class CounterpartFinder
SELECT d.id AS id, a.nom as pseudo, d.pdf as pdf
FROM dons d
JOIN adresses a ON a.id = d.adresse_id
WHERE d.id = :
size
WHERE d.id = :
don_id
EOQ;
$pdf
=
$this
->
connection
->
fetchAssoc
(
$query
,
[
'
size
'
=>
$counterpart
[
'
taille
'
]
'
don_id
'
=>
$counterpart
[
''
]
]);
if
(
false
!==
$pdf
)
{
$contrepartie
[
'pdf_id'
]
=
$pdf
[
'id'
];
...
...
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