[Koha-cvs] koha/opac opac-moredetail.pl

Antoine Farnault antoine at koha-fr.org
Tue Aug 1 10:50:12 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	06/08/01 08:50:12

Modified files:
	opac           : opac-moredetail.pl 

Log message:
	Add a call to GetOrderNumber.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-moredetail.pl?cvsroot=koha&r1=1.8&r2=1.9

Patches:
Index: opac-moredetail.pl
===================================================================
RCS file: /sources/koha/koha/opac/opac-moredetail.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- opac-moredetail.pl	28 Jul 2006 13:19:27 -0000	1.8
+++ opac-moredetail.pl	1 Aug 2006 08:50:11 -0000	1.9
@@ -38,7 +38,10 @@
 my $data=bibitemdata($bi);
 
 my (@items)=itemissues($bi);
-my ($order,$ordernum)=GetOrder($bib,$bi);
+
+my $ordernum = GetOrderNumber($bib,$bi);
+my $order = GetOrder($ordernum);
+
 #print @items;
 my $count=@items;
 





More information about the Koha-cvs mailing list