Skip to content
Snippets Groups Projects

Stable

Merged Ghislain Loas requested to merge stable into hotline-master
Compare and
+ 86
69
Preferences
Compare changes
Files
@@ -203,7 +203,7 @@ class notice_unimarc extends iso2709_record {
{
// type de doc
$notice["type_doc"] = 100;
$notice["infos_type_doc"] = array("code"=>100,libelle=>"article de périodique");
$notice["infos_type_doc"] = ["code"=>100, 'libelle'=>"article de périodique"];
// statut
$notice["statut"] = $this->getStatut();