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

(-)a/misc/cronjobs/fines.pl (-2 lines)
Lines 101-107 my $control = C4::Context->preference('CircControl'); Link Here
101
my $mode         = C4::Context->preference('finesMode');
101
my $mode         = C4::Context->preference('finesMode');
102
my $delim = "\t";    # ?  C4::Context->preference('delimiter') || "\t";
102
my $delim = "\t";    # ?  C4::Context->preference('delimiter') || "\t";
103
103
104
my %is_holiday;
105
my $today = dt_from_string();
104
my $today = dt_from_string();
106
my $filename;
105
my $filename;
107
if ($log or $output_dir) {
106
if ($log or $output_dir) {
108
- 

Return to bug 27180