Bugzilla – Attachment 35093 Details for
Bug 5144
Duplicate holds allowed if patron clicks back button after placing hold
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 5144 [4] [QA Followup] - Fix message error and language used
Bug-5144-4-QA-Followup---Fix-message-error-and-lan.patch (text/plain), 1.77 KB, created by
Kyle M Hall (khall)
on 2015-01-09 15:24:22 UTC
(
hide
)
Description:
Bug 5144 [4] [QA Followup] - Fix message error and language used
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-01-09 15:24:22 UTC
Size:
1.77 KB
patch
obsolete
>From ad4949b193192514358ba063e51e37ef2df860a2 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 9 Jan 2015 10:23:31 -0500 >Subject: [PATCH] Bug 5144 [4] [QA Followup] - Fix message error and language used > >--- > .../opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- > opac/opac-user.pl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index 93c202d..9160b53 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -51,7 +51,7 @@ > [% IF already_on_hold %] > <div class="alert alert-info"> > <h3>Notice:</h3> >- <p>One or more holds were not placed due to existing holds.</p> >+ <p>One or more holds were not placed because you already have a hold on that title.</p> > </div> > [% END %] > >diff --git a/opac/opac-user.pl b/opac/opac-user.pl >index 8512645..01989cc 100755 >--- a/opac/opac-user.pl >+++ b/opac/opac-user.pl >@@ -386,7 +386,7 @@ $template->param( > userview => 1, > waiting_count => $wcount, > patronupdate => $patronupdate, >- already_on_hold => $query->param('already_on_hold'), >+ already_on_hold => $query->param('already_on_hold') || 0, > bor_messages_loop => GetMessages( $borrowernumber, 'B', 'NONE' ), > OpacRenewalAllowed => C4::Context->preference("OpacRenewalAllowed"), > SuspendHoldsOpac => C4::Context->preference('SuspendHoldsOpac'), >-- >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 5144
:
28657
|
28658
|
28659
|
34983
|
34984
|
34985
|
34986
|
34987
|
34988
|
35090
|
35091
|
35092
|
35093
|
35451
|
40823
|
40824
|
42530
|
42792
|
42848
|
43118
|
43119
|
43120
|
43121
|
43122
|
43125
|
43126
|
43164
|
43165
|
43166
|
43167