Bugzilla – Attachment 28144 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 2014-05-09 16:38:00 UTC
(
hide
)
Description:
Bug 7703 - QA Followup 2
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-05-09 16:38:00 UTC
Size:
1.88 KB
patch
obsolete
>From 44e1df480d1c37158400c6433a2279145d177f70 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 > >--- > .../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 cafc072..fe1acf1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -551,11 +551,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 1b303c7..deda32b 100755 >--- a/reserve/request.pl >+++ b/reserve/request.pl >@@ -254,7 +254,7 @@ foreach my $biblionumber (@biblionumbers) { > } > > if (!@itemnumbers) { >- $template->param('noitems' => 1); >+ $template->param('noitems' => 1) unless ( $multihold ); > $biblioloopiter{noitems} = 1; > } > >-- >1.7.2.5
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