Bugzilla – Attachment 22935 Details for
Bug 11207
Impossibility to remove a sms number
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 11207: No way to remove a sms alert number
SIGNED-OFF-Bug-11207-No-way-to-remove-a-sms-alert-.patch (text/plain), 1.20 KB, created by
Owen Leonard
on 2013-11-14 15:42:36 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 11207: No way to remove a sms alert number
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2013-11-14 15:42:36 UTC
Size:
1.20 KB
patch
obsolete
>From 153fd999e970e4178dcd14c40536df65438b663f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 6 Nov 2013 12:33:59 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 11207: No way to remove a sms alert number >Content-Type: text/plain; charset="utf-8" > >Test plan: >1/ edit a patron >2/ set a sms alert number >3/ save >4/ edit the patron >5/ set the sms alert number to a blank value >6/ save >7/ the sms number is now an empty string > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > members/memberentry.pl | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > >diff --git a/members/memberentry.pl b/members/memberentry.pl >index 4b410a7..1a4061f 100755 >--- a/members/memberentry.pl >+++ b/members/memberentry.pl >@@ -344,7 +344,13 @@ if ( ($op eq 'modify' || $op eq 'insert' || $op eq 'save'|| $op eq 'duplicate') > } > } > >-if ( ( defined $input->param('SMSnumber') ) && ( $input->param('SMSnumber') ne $newdata{'mobile'} ) ) { >+if ( >+ defined $input->param('SMSnumber') >+ && ( >+ $input->param('SMSnumber') eq "" >+ or $input->param('SMSnumber') ne $newdata{'mobile'} >+ ) >+) { > $newdata{smsalertnumber} = $input->param('SMSnumber'); > } > >-- >1.7.9.5
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 11207
:
22748
|
22935
|
23056