View | Details | Raw Unified | Return to bug 30009
Collapse All | Expand All

(-)a/catalogue/detail.pl (-2 / +1 lines)
Lines 459-465 $template->param( Link Here
459
);
459
);
460
460
461
$template->param(
461
$template->param(
462
    MARCNOTES   => $marc_record ? $biblio->get_marc_notes({ marcflavour => $marcflavour }) : (),
462
    MARCNOTES   => $marc_record ? $biblio->get_marc_notes({ marcflavour => $marcflavour }) : undef,
463
    itemdata_ccode      => $itemfields{ccode},
463
    itemdata_ccode      => $itemfields{ccode},
464
    itemdata_enumchron  => $itemfields{enumchron},
464
    itemdata_enumchron  => $itemfields{enumchron},
465
    itemdata_uri        => $itemfields{uri},
465
    itemdata_uri        => $itemfields{uri},
466
- 

Return to bug 30009