lp1902302 Opac. SMS and Carriers appear in Edit Holds Regardless of OU Setting.
authorGarry Collum <gcollum@gmail.com>
Fri, 30 Oct 2020 19:55:35 +0000 (15:55 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Wed, 26 May 2021 19:30:42 +0000 (15:30 -0400)
The SMS Number field and Default Carrier field display when editing an
individual hold in the opac, regardless of the 'Enable features that send SMS text messages' setting.
This patch rectifies that behavior.

To test.
Set the 'Enable features that send SMS text messages' to False.
Place a hold for a patron.
Login to the opac as that patron and view the holds.
Edit the hold, and notice that the SMS and Carrier fields are displayed.

Apply the patch.
Refresh the edit form.  The fields no longer display.

Set the 'Enable features that send SMS text messages' to True.
Refresh the edit form.  The fields now display.

Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/templates/opac/myopac/holds/edit.tt2

index ab87373..1d1d7cd 100644 (file)
                         <td><input type="text" name="phone_notify"
                                 value="[% ahr.phone_notify | html %]" /></td>
                     </tr>
+                     [% IF ctx.get_org_setting(ctx.search_ou, 'sms.enable') == 1%]
                     <tr>
                         <td>[% l('SMS Notification') %]</td>
                         <td><input onblur="check_sms_carrier(event)" type="text" name="sms_notify"
                         <td>[% l('Default Mobile Carrier') %]</td>
                         <td>[% INCLUDE "opac/parts/sms_carrier_selector.tt2" ahr, sms_carrier_hide_warning="true", sms_carrier_hide_label="true" %]</td>
                     </tr>
+                     [% END %]
                     [% END %]
                      
                     <tr><td colspan='4'>