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

(-)a/tools/modborrowers.pl (-2 / +1 lines)
Lines 56-62 $template->param( CanUpdatePasswordExpiration => 1 ) if $logged_in_user->is_supe Link Here
56
my $dbh       = C4::Context->dbh;
56
my $dbh       = C4::Context->dbh;
57
57
58
# Show borrower informations
58
# Show borrower informations
59
if ( $op eq 'cud-show' ) {
59
if ( $op eq 'cud-show' || $op eq 'show' ) {
60
    my @borrowers;
60
    my @borrowers;
61
    my @patronidnumbers;
61
    my @patronidnumbers;
62
    my @notfoundcardnumbers;
62
    my @notfoundcardnumbers;
63
- 

Return to bug 37612