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

(-)a/members/deletemem.pl (-2 / +1 lines)
Lines 76-82 my $countissues = scalar(@$issues); Link Here
76
76
77
my $patron = Koha::Patrons->find( $member );
77
my $patron = Koha::Patrons->find( $member );
78
unless ( $patron ) {
78
unless ( $patron ) {
79
    print $input->redirect("/cgi-bin/koha/circ/circulation.pl?borrowernumber=$borrowernumber");
79
    print $input->redirect("/cgi-bin/koha/circ/circulation.pl?borrowernumber=$member");
80
    exit;
80
    exit;
81
}
81
}
82
my $flags = C4::Members::patronflags( $patron->unblessed );
82
my $flags = C4::Members::patronflags( $patron->unblessed );
83
- 

Return to bug 19080