Bug 25095: Remove warn left in FeePayment.pm
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 9 Apr 2020 12:24:44 +0000 (08:24 -0400)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 14 Apr 2020 07:20:53 +0000 (08:20 +0100)
It appears that a debugging statement was accidentally left in FeePayment.pm by bug 5605.

Signed-off-by: Devinim <kohadevinim@devinim.com.tr>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

C4/SIP/ILS/Transaction/FeePayment.pm

index 355145c..47f8686 100644 (file)
@@ -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) {