Bugzilla – Attachment 91172 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), 888 bytes, created by
Mark Tompsett
on 2019-07-02 05:07:19 UTC
(
hide
)
Description:
Bug 23199: (follow-up) Fix tab/space issues
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2019-07-02 05:07:19 UTC
Size:
888 bytes
patch
obsolete
>From 969aeabaf0ac43a0a64d61cb72b502daea5f04fc 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 > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > Koha/Patron.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/Patron.pm b/Koha/Patron.pm >index 8e5dfdb40b..69594e88a4 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