[Koha-cvs] CVS: koha/acqui basket.pl,1.15,1.16

Paul POULAIN tipaul at users.sourceforge.net
Wed Sep 17 15:33:39 CEST 2003


Update of /cvsroot/koha/koha/acqui
In directory sc8-pr-cvs1:/tmp/cvs-serv13882/acqui

Modified Files:
	basket.pl 
Log Message:
include quantityrecieved in the code passed to template.
Template modified for fr only. english users, feel free to change the template too :)

Index: basket.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/basket.pl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** basket.pl	8 Jul 2003 16:20:15 -0000	1.15
--- basket.pl	17 Sep 2003 13:33:37 -0000	1.16
***************
*** 87,90 ****
--- 87,91 ----
  	$line{ecost} = $results[$i]->{'ecost'};
  	$line{quantity} = $results[$i]->{'quantity'};
+ 	$line{quantityrecieved} = $results[$i]->{'quantityreceived'};
  	$line{line_total} = $line_total;
  	$line{biblionumber} = $results[$i]->{'biblionumber'};





More information about the Koha-cvs mailing list