View | Details | Raw Unified | Return to bug 6872
Collapse All | Expand All

(-)a/admin/categorie.pl (-1 / +1 lines)
Lines 113-118 if ($op eq 'add_form') { Link Here
113
				category_type           => $data->{'category_type'},
113
				category_type           => $data->{'category_type'},
114
				DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(),
114
				DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(),
115
				"type_".$data->{'category_type'} => 1,
115
				"type_".$data->{'category_type'} => 1,
116
				SMSSendDriver => C4::Context->preference("SMSSendDriver")
116
				);
117
				);
117
    if (C4::Context->preference('EnhancedMessagingPreferences')) {
118
    if (C4::Context->preference('EnhancedMessagingPreferences')) {
118
        C4::Form::MessagingPreferences::set_form_values({ categorycode => $categorycode } , $template);
119
        C4::Form::MessagingPreferences::set_form_values({ categorycode => $categorycode } , $template);
119
- 

Return to bug 6872