Bugzilla – Attachment 44693 Details for
Bug 13931
Date of birth in patron search result and in autocomplete
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13931 - Fix patron search result table heading, fix member.pl template params
Bug-13931---Fix-patron-search-result-table-heading.patch (text/plain), 1.59 KB, created by
Josef Moravec
on 2015-11-10 12:19:39 UTC
(
hide
)
Description:
Bug 13931 - Fix patron search result table heading, fix member.pl template params
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2015-11-10 12:19:39 UTC
Size:
1.59 KB
patch
obsolete
>From 5b44e99247a6fe54e2e1c8067fd346532eeb5f88 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Tue, 10 Nov 2015 12:27:50 +0100 >Subject: [PATCH] Bug 13931 - Fix patron search result table heading, fix > member.pl template params > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt | 1 + > members/member.pl | 1 - > 2 files changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >index d232b00..be74698 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >@@ -385,6 +385,7 @@ function filterByFirstLetterSurname(letter) { > [% END %] > <th>Card</th> > <th>Name</th> >+ <th>Date of birth</> > <th>Category</th> > <th>Library</th> > <th>Expires on</th> >diff --git a/members/member.pl b/members/member.pl >index ce92c10..1cc5ac5 100755 >--- a/members/member.pl >+++ b/members/member.pl >@@ -79,7 +79,6 @@ $template->param( > searchmember => $searchmember, > branchcode_filter => $input->param('branchcode_filter'), > categorycode_filter => $input->param('categorycode_filter'), >- dateofbirth => $patron->{dateofbirth}, > searchtype => $input->param('searchtype') || 'start_with', > searchfieldstype => $searchfieldstype, > PatronsPerPage => C4::Context->preference("PatronsPerPage") || 20, >-- >2.1.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 13931
:
37801
|
37807
|
37809
|
37811
|
38045
|
38126
|
44691
|
44692
|
44693
|
44817
|
44818
|
44821
|
45062
|
45065