From 81d85ba99f461a00a97b7c6aa70c0c3b67138ab1 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 Content-Type: text/plain; charset=utf-8 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 --- 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