Bugzilla – Attachment 148187 Details for
Bug 29393
Ability to send emails from patron details page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29393: (follow-up) Explicite use of methods from C4
Bug-29393-follow-up-Explicite-use-of-methods-from-.patch (text/plain), 757 bytes, created by
Fridolin Somers
on 2023-03-14 20:42:15 UTC
(
hide
)
Description:
Bug 29393: (follow-up) Explicite use of methods from C4
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2023-03-14 20:42:15 UTC
Size:
757 bytes
patch
obsolete
>From fd0f1b57e008a8dad8088556a57a76dd6354f15d Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Tue, 14 Mar 2023 10:33:58 -1000 >Subject: [PATCH] Bug 29393: (follow-up) Explicite use of methods from C4 > >--- > circ/add_message.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/circ/add_message.pl b/circ/add_message.pl >index abf4052df0..8e02aadd77 100755 >--- a/circ/add_message.pl >+++ b/circ/add_message.pl >@@ -22,8 +22,8 @@ use Modern::Perl; > use CGI qw ( -utf8 ); > > use C4::Auth qw( get_template_and_user ); >-use C4::Output; >-use C4::Letters; >+use C4::Output qw( output_and_exit ); >+use C4::Letters qw( GetPreparedLetter EnqueueLetter ); > use Koha::Patron::Message; > use Koha::Patrons; > >-- >2.39.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 29393
:
127237
|
127238
|
127452
|
127506
|
127511
|
127847
|
128215
|
128216
|
128217
|
128218
|
128219
|
128363
|
148187
|
148188
|
148189
|
148190
|
148191
|
148192
|
148193
|
148194
|
149812
|
160107
|
160108
|
160109
|
160110
|
160111
|
160112
|
160113
|
160114
|
160633
|
160638
|
160639
|
165498
|
165499
|
165500
|
165501
|
165502
|
165503
|
165504
|
165505
|
165511
|
165512
|
165513
|
165514
|
165515
|
165516
|
165517
|
165518
|
165519
|
165520
|
165521
|
165522
|
165942