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

(-)a/Koha/Illrequest/Logger.pm (-2 / +2 lines)
Lines 65-72 sub new { Link Here
65
        }
65
        }
66
    };
66
    };
67
67
68
    my $query = new CGI; # To keep C4::Templates::_get_template_file() from complaining
68
    my ( $htdocs, $theme, $lang, $base ) =
69
    my ( $htdocs, $theme, $lang, $base ) =
69
        C4::Templates::_get_template_file('ill/log/', 'intranet');
70
        C4::Templates::_get_template_file('ill/log/', 'intranet', $query);
70
71
71
    $self->{templates} = {
72
    $self->{templates} = {
72
        STATUS_CHANGE => $base . 'status_change.tt'
73
        STATUS_CHANGE => $base . 'status_change.tt'
73
- 

Return to bug 23712