Get author for NotConserved
This commit is contained in:
@@ -33,7 +33,8 @@ class BibliographyRepository extends ServiceEntityRepository
|
||||
FROM bibliografia b
|
||||
JOIN bibliografia_non_conser
|
||||
ON id_bibliografia = b.id
|
||||
WHERE id_non_conser = :id',
|
||||
WHERE id_non_conser = :id
|
||||
ORDER BY ordine ASC',
|
||||
$rsm
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user