koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha mancredit.pl,1.4,1.5


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha mancredit.pl,1.4,1.5
Date: Sun, 13 Oct 2002 18:16:03 -0700

Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv6130

Modified Files:
        mancredit.pl 
Log Message:
Unbogotified a line.


Index: mancredit.pl
===================================================================
RCS file: /cvsroot/koha/koha/mancredit.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** mancredit.pl        13 Oct 2002 05:41:02 -0000      1.4
--- mancredit.pl        14 Oct 2002 01:16:00 -0000      1.5
***************
*** 38,42 ****
    my $desc=$input->param('desc');
    my $amount=$input->param('amount');
!   $amount=$amount*-1;                 # FIXME - $amount = -$amount;
    my $type=$input->param('type');
    manualinvoice($bornum,$itemnum,$desc,$type,$amount);
--- 38,42 ----
    my $desc=$input->param('desc');
    my $amount=$input->param('amount');
!   $amount = -$amount;
    my $type=$input->param('type');
    manualinvoice($bornum,$itemnum,$desc,$type,$amount);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]