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

(-)a/members/boraccount.pl (-2 / +1 lines)
Lines 60-66 unless ( $patron ) { Link Here
60
}
60
}
61
61
62
if ( $action eq 'reverse' ) {
62
if ( $action eq 'reverse' ) {
63
  ReversePayment( $input->param('accountlines_id') );
63
  ReversePayment( scalar $input->param('accountlines_id') );
64
}
64
}
65
65
66
if ( $patron->category->category_type eq 'C') {
66
if ( $patron->category->category_type eq 'C') {
67
- 

Return to bug 19258