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

(-)a/opac/opac-discharge.pl (-2 / +1 lines)
Lines 37-43 unless ( C4::Context->preference('useDischarge') ) { Link Here
37
    exit;
37
    exit;
38
}
38
}
39
39
40
my $op = $input->param("op");
40
my $op = $input->param("op") || '';
41
41
42
# Getting the template and auth
42
# Getting the template and auth
43
my ( $template, $loggedinuser, $cookie ) = get_template_and_user({
43
my ( $template, $loggedinuser, $cookie ) = get_template_and_user({
44
- 

Return to bug 19212