Bugzilla – Attachment 73465 Details for
Bug 18474
Placing multiple holds from results breaks when patron is searched for
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18474 [QA Followup]: Remove useless else in template
Bug-18474-QA-Followup-Remove-useless-else-in-templ.patch (text/plain), 1.18 KB, created by
Kyle M Hall (khall)
on 2018-03-30 11:09:02 UTC
(
hide
)
Description:
Bug 18474 [QA Followup]: Remove useless else in template
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-03-30 11:09:02 UTC
Size:
1.18 KB
patch
obsolete
>From fc43ae7abe25274329a0d38960379cf4d6afd0ff Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatetsolutions.com> >Date: Fri, 30 Mar 2018 07:08:30 -0400 >Subject: [PATCH] Bug 18474 [QA Followup]: Remove useless else in template > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/circ-patron-search-results.inc | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-patron-search-results.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-patron-search-results.inc >index 37cf562804..d255186f30 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-patron-search-results.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-patron-search-results.inc >@@ -24,8 +24,6 @@ > [% END %] > <tr class="clickable" data-url="[% data_url %]"> > <td><a href="[% data_url %]">[% borrower.surname %], [% borrower.firstname %]</a></td> >- [% ELSE %] >- [%# This does not exist %] > [% END %] > <td>[% borrower.cardnumber %]</td> > <td>[% borrower.dateofbirth | $KohaDates %]</td> >-- >2.14.3 (Apple Git-98)
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 18474
:
70079
|
72934
|
73279
|
73464
| 73465