Bug 13931 [QA Followup] - Fix whitespace error
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
dad848a0a7
commit
19e3e89df8
2 changed files with 3 additions and 3 deletions
|
@ -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 // '',
|
||||
|
|
|
@ -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":
|
||||
|
|
Loading…
Reference in a new issue