[Koha-cvs] CVS: koha/acqui finishreceive.pl,1.8,1.9

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 08:30:03 CEST 2002


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

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


Index: finishreceive.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/finishreceive.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** finishreceive.pl	20 Sep 2002 13:05:36 -0000	1.8
--- finishreceive.pl	13 Oct 2002 06:30:01 -0000	1.9
***************
*** 67,71 ****
  
  if ($quantrec != 0){
!   $cost=$cost / $quantrec;
  }
  
--- 67,71 ----
  
  if ($quantrec != 0){
!   $cost=$cost / $quantrec;		# FIXME - /=
  }
  





More information about the Koha-cvs mailing list