From 8f5706afba72b67779053009dfbefac55e0d5f89 Mon Sep 17 00:00:00 2001 From: Kyle M Hall <kyle@bywatersolutions.com> Date: Mon, 27 Apr 2015 07:53:25 -0400 Subject: [PATCH] Bug 11431 [QA Followup] - Fix POD --- 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 ) %] <!-- transfer: item with no reservation, must be returned according to home library circulation rules --> - <div id="return1" class="dialog message audio-alert-action"> + <div id="return1" class="dialog message audio-alert-action"> <h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% title or "item" |html %]</a> to [% Branches.GetName( returnbranch ) %]<br/>( <a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&branchcode=[% returnbranch %]&op=slip'); return true;">Print slip</a> )</h3> </div> [% END %] -- 1.7.2.5