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.3,1.4


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha mancredit.pl,1.3,1.4
Date: Sat, 12 Oct 2002 22:41:04 -0700

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

Modified Files:
        mancredit.pl 
Log Message:
Added a FIXME comment.


Index: mancredit.pl
===================================================================
RCS file: /cvsroot/koha/koha/mancredit.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** mancredit.pl        14 Aug 2002 18:12:51 -0000      1.3
--- mancredit.pl        13 Oct 2002 05:41:02 -0000      1.4
***************
*** 38,42 ****
    my $desc=$input->param('desc');
    my $amount=$input->param('amount');
!   $amount=$amount*-1;
    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*-1;                 # FIXME - $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]