Bugzilla – Attachment 91320 Details for
Bug 23199
Koha::Patron->store and uppercasesurname syspref
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23199: (follow-up) Fix tab/space issues
Bug-23199-follow-up-Fix-tabspace-issues.patch (text/plain), 995 bytes, created by
Marcel de Rooy
on 2019-07-05 06:56:33 UTC
(
hide
)
Description:
Bug 23199: (follow-up) Fix tab/space issues
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2019-07-05 06:56:33 UTC
Size:
995 bytes
patch
obsolete
>From 05c593527e2a63522737567e668ef48ea2699137 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Tue, 2 Jul 2019 05:05:20 +0000 >Subject: [PATCH] Bug 23199: (follow-up) Fix tab/space issues >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/Patron.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/Patron.pm b/Koha/Patron.pm >index bde22cdd5a..348ec181e2 100644 >--- a/Koha/Patron.pm >+++ b/Koha/Patron.pm >@@ -194,8 +194,8 @@ sub store { > $self->trim_whitespaces; > > # Set surname to uppercase if uppercasesurname is true >- $self->surname( uc($self->surname) ) >- if C4::Context->preference("uppercasesurname"); >+ $self->surname( uc($self->surname) ) >+ if C4::Context->preference("uppercasesurname"); > > unless ( $self->in_storage ) { #AddMember > >-- >2.11.0
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 23199
:
90982
|
90983
|
90996
|
91170
|
91171
|
91172
|
91318
|
91319
| 91320