@@ -, +, @@ --- Koha/AudioAlert.pm | 2 +- Koha/AudioAlerts.pm | 2 +- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) --- a/Koha/AudioAlert.pm +++ a/Koha/AudioAlert.pm @@ -27,7 +27,7 @@ use base qw(Koha::Object); =head1 NAME -Koha::AudioAlert - Koha Borrower Object class +Koha::AudioAlert - Koha Audio Alert object class =head1 API --- a/Koha/AudioAlerts.pm +++ a/Koha/AudioAlerts.pm @@ -29,7 +29,7 @@ use base qw(Koha::Objects); =head1 NAME -Koha::AudioAlert - Koha Borrower Object class +Koha::AudioAlerts - Koha Audio Alert object set class =head1 API --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -292,7 +292,7 @@ $(document).ready(function () { [% IF ( transfer ) %] -
+

Please return [% title or "item" |html %] to [% Branches.GetName( returnbranch ) %]
( Print slip )

[% END %] --