Bugzilla – Attachment 52168 Details for
Bug 7703
Don't block bulk hold action on search results if some items can't be placed on hold
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7703 - QA Followup 2
Bug-7703---QA-Followup-2.patch (text/plain), 1.88 KB, created by
Kyle M Hall (khall)
on 2016-06-07 18:23:22 UTC
(
hide
)
Description:
Bug 7703 - QA Followup 2
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-06-07 18:23:22 UTC
Size:
1.88 KB
patch
obsolete
>From 4867dfc0c3ddd2d3b3a41238161ddcfee92bf897 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 9 May 2014 12:37:43 -0400 >Subject: [PATCH] Bug 7703 - QA Followup 2 > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 7 ++++--- > reserve/request.pl | 2 +- > 2 files changed, 5 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index c2365b3..8d36b2f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -608,11 +608,12 @@ function checkMultiHold() { > <fieldset class="action"> > [% IF ( borrowernumber ) %] > [% IF ( override_required ) %] >- <input type="submit" class="warning" value="Place hold" /> >+ <input type="submit" class="warning" value="Place holds" /> > [% ELSIF ( none_available ) %] >- <input type="submit" disabled="disabled" value="Place hold" /> >+ <input type="submit" value="Place holds" /> >+ <span class="hint">Place holds for all records with available items. No holds will be placed for records with no items.</span> > [% ELSE %] >- <input type="submit" value="Place hold" /> >+ <input type="submit" value="Place holds" /> > [% END %] > [% END %] > </fieldset> >diff --git a/reserve/request.pl b/reserve/request.pl >index 1826e00..3b509cc 100755 >--- a/reserve/request.pl >+++ b/reserve/request.pl >@@ -297,7 +297,7 @@ foreach my $biblionumber (@biblionumbers) { > } > > if (!@itemnumbers) { >- $template->param('noitems' => 1); >+ $template->param('noitems' => 1) unless ( $multihold ); > $biblioloopiter{noitems} = 1; > } > >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7703
:
9613
|
14360
|
14435
|
15290
|
19114
|
19115
|
28144
|
52166
|
52167
|
52168
|
52295
|
52296
|
123575
|
123576
|
123577
|
123812
|
123813
|
123814
|
124233
|
124234
|
124235