[Koha-cvs] CVS: koha/acqui basket.pl,1.22,1.23

Paul POULAIN tipaul at users.sourceforge.net
Mon Oct 4 22:03:43 CEST 2004


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

Modified Files:
	basket.pl 
Log Message:
* removing the hard coded $
* adding bookfund to the order list

Index: basket.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/basket.pl,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** basket.pl	17 Sep 2004 12:32:29 -0000	1.22
--- basket.pl	4 Oct 2004 20:03:23 -0000	1.23
***************
*** 95,98 ****
--- 95,99 ----
  	$line{line_total} = $line_total;
  	$line{biblionumber} = $results[$i]->{'biblionumber'};
+ 	$line{bookfundid} = $results[$i]->{'bookfundid'};
  	push @books_loop, \%line;
  }





More information about the Koha-cvs mailing list