koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/acqui finishreceive.pl,1.16,1.17


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/acqui finishreceive.pl,1.16,1.17
Date: Tue, 14 Sep 2004 05:35:57 -0700

Update of /cvsroot/koha/koha/acqui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14815/acqui

Modified Files:
        finishreceive.pl 
Log Message:
fix to calculate item cost (the / was buggy : everywhere else there is the 
price is the unit price)

Index: finishreceive.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/finishreceive.pl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** finishreceive.pl    12 Aug 2004 14:35:22 -0000      1.16
--- finishreceive.pl    14 Sep 2004 12:35:55 -0000      1.17
***************
*** 45,51 ****
  my $branch=$input->param('branch');
  
! if ($quantrec != 0){
!       $cost /= $quantrec;
! }
  
  if ($quantity != 0) {
--- 45,51 ----
  my $branch=$input->param('branch');
  
! # if ($quantrec != 0){
! #     $cost /= $quantrec;
! # }
  
  if ($quantity != 0) {




reply via email to

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