Bugzilla – Attachment 37562 Details for
Bug 13936
Fix patrons search on using the checkout tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13936: Last patch contained wrong change
Bug-13936-Last-patch-contained-wrong-change.patch (text/plain), 1.26 KB, created by
Nicolas Legrand
on 2015-04-08 08:32:39 UTC
(
hide
)
Description:
Bug 13936: Last patch contained wrong change
Filename:
MIME Type:
Creator:
Nicolas Legrand
Created:
2015-04-08 08:32:39 UTC
Size:
1.26 KB
patch
obsolete
>From 482f5daefa32ed872a30e6efe7c2d42d3e716a2b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 1 Apr 2015 12:03:13 +0200 >Subject: [PATCH] Bug 13936: Last patch contained wrong change > >One of the 2 changes done in the last patch was not for this bug report. > >The tt change was intended for bug 13926. > >This patch reverts it. > >BE CARE: This should NOT be pushed AFTER bug 13926! > >Test plan: >Search for a patron using the 'check out' tab in the circulation module. > >Signed-off-by: Nicolas Legrand <nicolas.legrand@bulac.fr> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index f72f32e..0576020 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -487,7 +487,7 @@ No patron matched <span class="ex">[% message %]</span> > [% END %] > > >-[% IF ( borrowers ) %] >+[% IF ( selectborrower ) %] > [% INCLUDE 'patron-toolbar.inc' %] > > <form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off"> >-- >1.7.10.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 13936
:
37415
|
37535
|
37561
|
37562
|
37632