From cbf205a5b9345eacc926812e48f149abe0848bf9 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 9 Apr 2020 08:24:44 -0400 Subject: [PATCH] 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 --- C4/SIP/ILS/Transaction/FeePayment.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/C4/SIP/ILS/Transaction/FeePayment.pm b/C4/SIP/ILS/Transaction/FeePayment.pm index 355145cb49..47f868627e 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) { -- 2.11.0