Skip to content
Snippets Groups Projects
Commit 2af885a3 authored by Alex Arnaud's avatar Alex Arnaud
Browse files

hotline #16902 - fix a typo.

parent c18b1672
Branches
Tags
6 merge requests!529Hotline 6.56,!512Master,!467Master,!465Hotline 6.54,!461Hotline/16760 ccbm type doc not correctly set at update,!454Hotline #16902 fix records updating with items information
......@@ -1073,7 +1073,7 @@ class notice_unimarc extends iso2709_record {
public function getCote() {
if (!$this->sigb != Class_IntBib::COM_PERGAME)
if ($this->sigb != Class_IntBib::COM_PERGAME)
return false;
$data = $this->get_subfield('686', 'a');
......
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