Bugzilla – Attachment 37744 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]
[PASSED QA] Bug 13926: Reintroduce the correct variable name in template
PASSED-QA-Bug-13926-Reintroduce-the-correct-variab.patch (text/plain), 1.15 KB, created by
Kyle M Hall (khall)
on 2015-04-13 13:59:54 UTC
(
hide
)
Description:
[PASSED QA] Bug 13926: Reintroduce the correct variable name in template
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-04-13 13:59:54 UTC
Size:
1.15 KB
patch
obsolete
>From 959220c3c3ae177885a41d9e48317b27e972bbe1 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] [PASSED QA] 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 :) > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/circ/circulation.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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"> >-- >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 13926
:
37362
|
37573
|
37742
|
37743
|
37744
|
37771
|
37772