Skip to content
Snippets Groups Projects
Commit 8c8fc992 authored by Laurent's avatar Laurent
Browse files

hotline #66056: better authors responsibilities unimarc decoding

parent 51561674
Branches
Tags
3 merge requests!2464Master,!2463Hotline master,!2455Hotline#66056 bron pb responsabilites auteurs
Pipeline #3231 failed with stage
in 25 minutes and 1 second
- ticket #66056 : détails notices: décodages des responsabilités multiples lorsque seules les codifications sont fournies
\ No newline at end of file
......@@ -1213,7 +1213,9 @@ class Class_Notice extends Storm_Model_Abstract {
}
if ($item['code'] == '4') {
$fonctions []= $valeur;
$fonctions []= (is_numeric($valeur) && ($codif_fonction = Class_CodifAuteurFonction::find($valeur)))
? $codif_fonction->getLibelle()
: $valeur;
continue;
}
......
No preview for this file type
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment