Lines 464-470
$template->param(
Link Here
|
464 |
); |
464 |
); |
465 |
|
465 |
|
466 |
$template->param( |
466 |
$template->param( |
467 |
MARCNOTES => $marc_record ? $biblio->get_marc_notes({ marcflavour => $marcflavour }) : (), |
467 |
MARCNOTES => $marc_record ? $biblio->get_marc_notes({ marcflavour => $marcflavour }) : undef, |
468 |
itemdata_ccode => $itemfields{ccode}, |
468 |
itemdata_ccode => $itemfields{ccode}, |
469 |
itemdata_enumchron => $itemfields{enumchron}, |
469 |
itemdata_enumchron => $itemfields{enumchron}, |
470 |
itemdata_uri => $itemfields{uri}, |
470 |
itemdata_uri => $itemfields{uri}, |
471 |
- |
|
|