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

(-)a/C4/Accounts.pm (-3 lines)
Lines 392-399 sub recordpayment_selectaccts { Link Here
392
      );
392
      );
393
}
393
}
394
394
395
# makepayment needs to be fixed to handle partials till then this separate subroutine
396
# fills in
397
sub makepartialpayment {
395
sub makepartialpayment {
398
    my ( $accountlines_id, $borrowernumber, $accountno, $amount, $user, $branch, $payment_note ) = @_;
396
    my ( $accountlines_id, $borrowernumber, $accountno, $amount, $user, $branch, $payment_note ) = @_;
399
    my $manager_id = 0;
397
    my $manager_id = 0;
400
- 

Return to bug 15905