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

(-)a/circ/circulation.pl (-1 / +1 lines)
Lines 238-243 if ( $print eq 'yes' && $borrowernumber ne '' ) { Link Here
238
    }
238
    }
239
    $query->param( 'borrowernumber', '' );
239
    $query->param( 'borrowernumber', '' );
240
    $borrowernumber = '';
240
    $borrowernumber = '';
241
    undef $patron;
241
}
242
}
242
243
243
#
244
#
244
- 

Return to bug 21928