@@ -, +, @@ warning in t/Biblio/Isbd.t --- C4/Biblio.pm | 1 + .../intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) --- a/C4/Biblio.pm +++ a/C4/Biblio.pm @@ -924,6 +924,7 @@ Return the ISBD view which can be included in opac and intranet sub GetISBDView { my ( $biblionumber, $template ) = @_; my $record = GetMarcBiblio($biblionumber, 1); + $template ||= ''; my $sysprefname = $template eq 'opac' ? 'opacisbd' : 'isbd'; return unless defined $record; my $itemtype = &GetFrameworkCode($biblionumber); --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref @@ -162,7 +162,7 @@ Cataloging: labeled_marc: Labelled MARC form isbd: ISBD form (see below). - - - "Use the following as the ISBD template:" + - "Use the following as the staff ISBD template:" - pref: ISBD type: textarea class: code --