Bugzilla – Attachment 138052 Details for
Bug 30838
to_address is misleading for SMS transports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30838: (QA follow-up) Add missing semicolon
Bug-30838-QA-follow-up-Add-missing-semicolon.patch (text/plain), 924 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2022-07-22 17:46:43 UTC
(
hide
)
Description:
Bug 30838: (QA follow-up) Add missing semicolon
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-07-22 17:46:43 UTC
Size:
924 bytes
patch
obsolete
>From 008e6ae9ebd45cc8161a86f293703f02d7409319 Mon Sep 17 00:00:00 2001 >From: Kyle Hall <kyle@bywatersolutions.com> >Date: Tue, 28 Jun 2022 07:27:17 -0400 >Subject: [PATCH] Bug 30838: (QA follow-up) Add missing semicolon > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > C4/Message.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Message.pm b/C4/Message.pm >index 3ac8f21dc3a..7a55152e056 100644 >--- a/C4/Message.pm >+++ b/C4/Message.pm >@@ -184,7 +184,7 @@ sub _to_address { > || $borrower->{emailpro} > || $borrower->{B_email}; > } elsif ($transport eq 'sms') { >- $address = $borrower->{smsalertnumber} >+ $address = $borrower->{smsalertnumber}; > } else { > warn "'$transport' is an unknown message transport."; > } >-- >2.34.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 30838
:
135298
|
135299
|
136674
|
136675
|
136676
|
137202
|
138025
|
138026
|
138027
|
138028
| 138052