From: Mark Tompsett Date: Tue, 2 Jul 2019 05:05:20 +0000 (+0000) Subject: Bug 23199: (follow-up) Fix tab/space issues X-Git-Url: http://git.equinoxoli.org/?p=koha-equinox.git;a=commitdiff_plain;h=611b60ea9657efbe5f6c1da53d4b6a6d2d5f6a01 Bug 23199: (follow-up) Fix tab/space issues Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize --- diff --git a/Koha/Patron.pm b/Koha/Patron.pm index bde22cd..348ec18 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