Skip to content
Snippets Groups Projects

Hotline#15989 lost locations

Merged Patrick Barroca requested to merge hotline#15989-lost-locations into hotline_6.54
Compare and
+ 122
42
Preferences
Compare changes
Files
@@ -366,7 +366,7 @@ class notice_unimarc extends iso2709_record {
$ex['ignore_exemplaire'] = true;
}
if ($champ_emplacement and strtolower($champ['code']) == $champ_emplacement) {
if ($champ_emplacement and $champ['code'] == $champ_emplacement) {
$ex['emplacement'] = $this->getIdCodeExemplaire('emplacement', '995', $champ_emplacement, $champ['valeur']);
if (trim($ex['emplacement'])