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

(-)a/admin/item_circulation_alerts.pl (-2 / +1 lines)
Lines 33-39 use C4::ItemCirculationAlertPreference; Link Here
33
use C4::Output;
33
use C4::Output;
34
34
35
# shortcut for long package name
35
# shortcut for long package name
36
my $preferences = 'C4::ItemCirculationAlertPreference';
36
our $preferences = 'C4::ItemCirculationAlertPreference';
37
37
38
# utf8 filter
38
# utf8 filter
39
sub utf8 {
39
sub utf8 {
40
- 

Return to bug 7798