From af3b2c8d6e896c100742c021fe337b36165891af Mon Sep 17 00:00:00 2001 From: arensb Date: Mon, 14 Oct 2002 01:16:00 +0000 Subject: [PATCH] Unbogotified a line. --- mancredit.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mancredit.pl b/mancredit.pl index ffbdfe06ea..5612e214b9 100755 --- a/mancredit.pl +++ b/mancredit.pl @@ -37,7 +37,7 @@ if ($add){ my $itemnum=$input->param('itemnum'); my $desc=$input->param('desc'); my $amount=$input->param('amount'); - $amount=$amount*-1; # FIXME - $amount = -$amount; + $amount = -$amount; my $type=$input->param('type'); manualinvoice($bornum,$itemnum,$desc,$type,$amount); print $input->redirect("/cgi-bin/koha/moremember.pl?bornum=$bornum"); -- 2.39.2