From: Kyle M Hall Date: Thu, 9 Apr 2020 12:24:44 +0000 (-0400) Subject: Bug 25095: Remove warn left in FeePayment.pm X-Git-Url: http://git.equinoxoli.org/?p=koha-equinox.git;a=commitdiff_plain;h=04e4656cd252759efae3606b8e368cfab1dbff5f Bug 25095: Remove warn left in FeePayment.pm It appears that a debugging statement was accidentally left in FeePayment.pm by bug 5605. Signed-off-by: Devinim Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize --- diff --git a/C4/SIP/ILS/Transaction/FeePayment.pm b/C4/SIP/ILS/Transaction/FeePayment.pm index 355145c..47f8686 100644 --- a/C4/SIP/ILS/Transaction/FeePayment.pm +++ b/C4/SIP/ILS/Transaction/FeePayment.pm @@ -53,8 +53,6 @@ sub pay { my $type = $is_writeoff ? 'WRITEOFF' : 'PAYMENT'; - warn("RECORD:$borrowernumber::$amt"); - my $account = Koha::Account->new( { patron_id => $borrowernumber } ); if ($disallow_overpayment) {