Skip to content
Snippets Groups Projects

Hotline 6.54

Merged Laurent requested to merge hotline_6.54 into master
Compare and
+ 285
104
Preferences
Compare changes
Files
@@ -613,7 +613,7 @@ class notice_integration {
"qualite" => $this->notice["qualite"],
"exportable" => $this->notice["exportable"],
"cote" => $this->notice["cote"],
"unimarc" => $this->notice["unimarc"],
"unimarc" => $this->notice['unimarc'],
"date_maj" => dateDuJour(2) ];
}
@@ -637,7 +637,7 @@ class notice_integration {
$this->statut = static::RECORD_UPDATE;
// Zones forcees
$this->notice_sgbd->ouvrirNotice($unimarc, 0);
$this->notice_sgbd->ouvrirNotice($unimarc, $this->id_profil);
$champs_forces = $this->notice_sgbd->getChampsForces();
$id_origine = $this->notice["id_origine"];
@@ -648,7 +648,7 @@ class notice_integration {
// Si la notice de la base est de meilleure qualite on la prend
if ($this->statut == static::RECORD_RENEW)
$this->notice_sgbd->ouvrirNotice($this->notice["unimarc"], 0);
$this->notice_sgbd->ouvrirNotice($this->notice["unimarc_with_items"], $this->id_profil);
$this->updateForcedZones($champs_forces, $this->notice["champs_forces"]);
$this->notice = $this->notice_sgbd->getNoticeIntegration();