Fix for Bug 6872 - Can't set default SMS messaging options for patron category
authorOwen Leonard <oleonard@myacpl.org>
Thu, 15 Sep 2011 13:42:38 +0000 (09:42 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 27 Sep 2011 08:35:41 +0000 (21:35 +1300)
Passing SMS driver preference value to the template so that SMS
options can be displayed when appropriate.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
admin/categorie.pl

index 576d7ca..521346b 100755 (executable)
@@ -113,6 +113,7 @@ if ($op eq 'add_form') {
                                category_type           => $data->{'category_type'},
                                DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(),
                                "type_".$data->{'category_type'} => 1,
+                               SMSSendDriver => C4::Context->preference("SMSSendDriver")
                                );
     if (C4::Context->preference('EnhancedMessagingPreferences')) {
         C4::Form::MessagingPreferences::set_form_values({ categorycode => $categorycode } , $template);