Bugzilla – Attachment 132925 Details for
Bug 27123
Add messages to batch patron modification
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27123: whitespaces deleted
Bug-27123-whitespaces-deleted.patch (text/plain), 2.03 KB, created by
Jérémy Breuillard
on 2022-04-04 10:16:50 UTC
(
hide
)
Description:
Bug 27123: whitespaces deleted
Filename:
MIME Type:
Creator:
Jérémy Breuillard
Created:
2022-04-04 10:16:50 UTC
Size:
2.03 KB
patch
obsolete
>From 5f7c4a5d715c2bbdccc562b02a5407f44b55071b Mon Sep 17 00:00:00 2001 >From: jeremy breuillard <jeremy.breuillard@biblibre.com> >Date: Mon, 4 Apr 2022 11:13:15 +0200 >Subject: [PATCH] Bug 27123: whitespaces deleted > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt | 2 +- > tools/modborrowers.pl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >index df3e691856..db8cd4610f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >@@ -270,7 +270,7 @@ > ( Staff ) > [% END %] > </strong><br><br> >- [% END %] >+ [% END %] > </td> > <td data-order="[% borrower.debarred | html %]">[% borrower.debarred | $KohaDates %]</td> > <td>[% borrower.debarredcomment | html %]</td> >diff --git a/tools/modborrowers.pl b/tools/modborrowers.pl >index 194b2334d8..1cf8cc4cc8 100755 >--- a/tools/modborrowers.pl >+++ b/tools/modborrowers.pl >@@ -398,7 +398,7 @@ if ( $op eq 'do' ) { > } > # If 'message' or 'add_message_type' is defined then delete both at the same time > if ( grep { $_ eq 'message' } @disabled) { >- my $patron = Koha::Patrons->find( $borrowernumber ); >+ my $patron = Koha::Patrons->find( $borrowernumber ); > $patron->messages()->delete(); > } > $infos->{borrowernumber} = $borrowernumber; >-- >2.17.1
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 27123
:
131015
|
131042
|
132923
|
132924
|
132925
|
132926
|
132927
|
134065
|
172012
|
172013
|
172053
|
172086
|
172087
|
172120
|
172121
|
172122