Bugzilla – Attachment 45065 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 [QA Followup] - Fix whitespace error
Bug-13931-QA-Followup---Fix-whitespace-error.patch (text/plain), 2.18 KB, created by
Kyle M Hall (khall)
on 2015-11-20 16:56:06 UTC
(
hide
)
Description:
Bug 13931 [QA Followup] - Fix whitespace error
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-11-20 16:56:06 UTC
Size:
2.18 KB
patch
obsolete
>From 2a66c779884d5be8456f8eb35c39f822a04df17d Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 20 Nov 2015 16:54:43 +0000 >Subject: [PATCH] Bug 13931 [QA Followup] - Fix whitespace error > >--- > circ/ysearch.pl | 2 +- > .../prog/en/modules/members/tables/members_results.tt | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/circ/ysearch.pl b/circ/ysearch.pl >index c9557a4..ad53752 100755 >--- a/circ/ysearch.pl >+++ b/circ/ysearch.pl >@@ -84,7 +84,7 @@ while ( my $b = $borrowers_rs->next ) { > surname => $b->surname // '', > firstname => $b->firstname // '', > cardnumber => $b->cardnumber // '', >- dateofbirth => format_sqldatetime($b->dateofbirth, undef, undef, 1) // '', >+ dateofbirth => format_sqldatetime($b->dateofbirth, undef, undef, 1) // '', > address => $b->address // '', > city => $b->city // '', > zipcode => $b->zipcode // '', >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt >index 48f6fb4..866a84bf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt >@@ -16,8 +16,8 @@ > "[% data.cardnumber | html %]", > "dt_name": > "<span style='white-space:nowrap'><a href='/cgi-bin/koha/members/moremember.pl?borrowernumber=[% data.borrowernumber %]'>[% INCLUDE 'patron-title.inc' borrowernumber = data.borrowernumber category_type = data.category_type firstname = data.firstname surname = data.surname othernames = data.othernames invert_name = 1 %]</a><br />[% INCLUDE escape_address data = data %]</span>", >- "dt_dateofbirth": >- "[% data.dateofbirth | $KohaDates %]", >+ "dt_dateofbirth": >+ "[% data.dateofbirth | $KohaDates %]", > "dt_category": > "[% data.category_description |html %] ([% data.category_type |html %])", > "dt_branch": >-- >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 13931
:
37801
|
37807
|
37809
|
37811
|
38045
|
38126
|
44691
|
44692
|
44693
|
44817
|
44818
|
44821
|
45062
| 45065