Skip to content
Snippets Groups Projects

Hotline #16902 fix records updating with items information

Compare and
+ 38
10
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) ];
}
@@ -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"], 0);
$this->updateForcedZones($champs_forces, $this->notice["champs_forces"]);
$this->notice = $this->notice_sgbd->getNoticeIntegration();