Bugzilla – Attachment 37742 Details for
Bug 13926
SQLHelper replacement - C4::Members::Search - circulation.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13926: Reintroduce the correct variable name in template
Bug-13926-Reintroduce-the-correct-variable-name-in.patch (text/plain), 1.09 KB, created by
Jonathan Druart
on 2015-04-13 13:48:07 UTC
(
hide
)
Description:
Bug 13926: Reintroduce the correct variable name in template
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-04-13 13:48:07 UTC
Size:
1.09 KB
patch
obsolete
>From 8367d10644304fb5ace806308b1fec7b1cd46f98 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 13 Apr 2015 15:46:22 +0200 >Subject: [PATCH] Bug 13926: Reintroduce the correct variable name in template > >It's caused by a mistake in previous patch, introduced by bug 13894 too >late, then fixed by 13936. >After this patch, all will be fine in any case :) >--- > 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 9f17a20..69ce8df 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -504,7 +504,7 @@ No patron matched <span class="ex">[% message %]</span> > [% END %] > > >-[% IF ( selectborrower ) %] >+[% IF ( borrowers ) %] > [% INCLUDE 'patron-toolbar.inc' %] > > <form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off"> >-- >2.1.0
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 13926
:
37362
|
37573
|
37742
|
37743
|
37744
|
37771
|
37772