[Koha-cvs] CVS: koha/acqui basket.pl,1.12,1.13

Paul POULAIN tipaul at users.sourceforge.net
Tue Jun 24 11:02:17 CEST 2003


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

Modified Files:
	basket.pl 
Log Message:
fix for #342

Index: basket.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/basket.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** basket.pl	5 May 2003 15:13:51 -0000	1.12
--- basket.pl	24 Jun 2003 09:02:15 -0000	1.13
***************
*** 103,106 ****
--- 103,107 ----
  						gist => $gist,
  						grand_total =>$grand_total,
+ 						currency => $booksellers[0]->{'listprice'},
  						);
  output_html_with_http_headers $query, $cookie, $template->output;





More information about the Koha-cvs mailing list