From 30e035933cd3d3b756bc4273c4f2910a137fe057 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 11 Jan 2017 19:24:29 +0100 Subject: [PATCH] Bug 15905: Remove one last occurrence of makepayment in comment --- C4/Accounts.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/C4/Accounts.pm b/C4/Accounts.pm index 72f58cc..70997a9 100644 --- a/C4/Accounts.pm +++ b/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; -- 2.9.3