Bugzilla – Attachment 136676 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), 811 bytes, created by
Kyle M Hall (khall)
on 2022-06-28 11:28:07 UTC
(
hide
)
Description:
Bug 30838: (QA Follow-up) Add missing semicolon
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2022-06-28 11:28:07 UTC
Size:
811 bytes
patch
obsolete
>From 61414c93b5a7c3218c9c54dc24fd9c8e5722d711 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> >--- > 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.30.2
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