Bug 5979 - Follow up: Change ISBD syspref description and fix warning in t/Biblio/Isbd.t

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Brendan Gallagher <bredan@bywatersolutions.com>
This commit is contained in:
Alex Arnaud 2016-02-22 14:44:14 +01:00 committed by Brendan Gallagher
parent 82d83268ba
commit 0ed37aaf77
2 changed files with 2 additions and 1 deletions

View file

@ -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);

View file

@ -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