From edcd21713d35d54b420ffc9163a75974e5109a20 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 27 Apr 2015 07:53:25 -0400 Subject: [PATCH] Bug 11431 [QA Followup] - Fix POD Signed-off-by: Katrin Fischer --- Koha/AudioAlert.pm | 2 +- Koha/AudioAlerts.pm | 2 +- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Koha/AudioAlert.pm b/Koha/AudioAlert.pm index 4bedbb9..e6873f4 100644 --- a/Koha/AudioAlert.pm +++ b/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 diff --git a/Koha/AudioAlerts.pm b/Koha/AudioAlerts.pm index 1127297..6117f89 100644 --- a/Koha/AudioAlerts.pm +++ b/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 diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index 4fda4e1..ca23a94 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/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 %] -- 1.7.2.5