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

(-)a/misc/cronjobs/staticfines.pl (-2 / +1 lines)
Lines 106-112 CHECK { Link Here
106
    $branch_type     = C4::Context->preference('HomeOrHoldingBranch') || 'homebranch';
106
    $branch_type     = C4::Context->preference('HomeOrHoldingBranch') || 'homebranch';
107
    $mode            = C4::Context->preference('finesMode');
107
    $mode            = C4::Context->preference('finesMode');
108
    $dbname          = C4::Context->config('database');
108
    $dbname          = C4::Context->config('database');
109
    $delim           = "\t";    # ?  C4::Context->preference('delimiter') || "\t";
109
    $delim           = "\t";    # TODO use system preference CSVDelimiter ?
110
110
111
}
111
}
112
112
113
- 

Return to bug 39733