Bugzilla – Attachment 132924 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: Add filter + translate comment
Bug-27123-Add-filter--translate-comment.patch (text/plain), 2.08 KB, created by
Jérémy Breuillard
on 2022-04-04 10:16:45 UTC
(
hide
)
Description:
Bug 27123: Add filter + translate comment
Filename:
MIME Type:
Creator:
Jérémy Breuillard
Created:
2022-04-04 10:16:45 UTC
Size:
2.08 KB
patch
obsolete
>From 5e28ce2244e95959eff920feb77e3cb1bbfc9451 Mon Sep 17 00:00:00 2001 >From: jeremy breuillard <jeremy.breuillard@biblibre.com> >Date: Thu, 17 Mar 2022 09:12:54 +0100 >Subject: [PATCH] Bug 27123: Add filter + translate comment > >--- > 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 9af64ec41f..df3e691856 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >@@ -262,7 +262,7 @@ > <td>[% borrower.opacnote | html %]</td> > <td> > [% FOREACH patron_message IN borrower.patron_messages %] >- [% patron_message.message %] <br> >+ [% patron_message.message | html %] <br> > <strong> > [% IF (patron_message.message_type == 'B') %] > ( OPAC ) >diff --git a/tools/modborrowers.pl b/tools/modborrowers.pl >index f9140e6edf..194b2334d8 100755 >--- a/tools/modborrowers.pl >+++ b/tools/modborrowers.pl >@@ -439,7 +439,7 @@ if ( $op eq 'do' ) { > } > $i++; > } >- # Créer un bloc pour enregistrer en bdd l'update de la table patron_messages + sécurité : 'si' tel champ est remplit alors.... etc >+ # Create a block to save in database the patron_messages update + security slice : "if" this field is filled-up then...etc > my $patron_messages = Koha::Patron::Messages->search( > { > 'me.borrowernumber' => $patron->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