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

(-)a/C4/Accounts.pm (-2 / +1 lines)
Lines 217-223 sub makepayment { Link Here
217
217
218
    #check to see what accounttype
218
    #check to see what accounttype
219
    if ( $data->{'accounttype'} eq 'Rep' || $data->{'accounttype'} eq 'L' ) {
219
    if ( $data->{'accounttype'} eq 'Rep' || $data->{'accounttype'} eq 'L' ) {
220
        ReturnLostItem( $borrowernumber, $data->{'itemnumber'} );
220
        C4::Circulation::ReturnLostItem( $borrowernumber, $data->{'itemnumber'} );
221
    }
221
    }
222
}
222
}
223
223
224
- 

Return to bug 7160