@@ -, +, @@ comment --- C4/Accounts.pm | 2 -- 1 file changed, 2 deletions(-) --- a/C4/Accounts.pm +++ a/C4/Accounts.pm @@ -392,8 +392,6 @@ sub recordpayment_selectaccts { ); } -# makepayment needs to be fixed to handle partials till then this separate subroutine -# fills in sub makepartialpayment { my ( $accountlines_id, $borrowernumber, $accountno, $amount, $user, $branch, $payment_note ) = @_; my $manager_id = 0; --