[Koha-cvs] CVS: koha/bull statecollection.pl,1.3.2.5,1.3.2.6

Owen Leonard oleonard at users.sourceforge.net
Thu Sep 15 22:18:55 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	statecollection.pl 
Log Message:
Adding biblionumber to list of declared template variables so that 'Back to biblio' link will work

Index: statecollection.pl
===================================================================
RCS file: /cvsroot/koha/koha/bull/statecollection.pl,v
retrieving revision 1.3.2.5
retrieving revision 1.3.2.6
diff -C2 -r1.3.2.5 -r1.3.2.6
*** statecollection.pl	24 Aug 2005 09:02:25 -0000	1.3.2.5
--- statecollection.pl	15 Sep 2005 20:18:53 -0000	1.3.2.6
***************
*** 73,76 ****
--- 73,77 ----
  			subscriptionid => $subscriptionid,
  			bibliotitle => $subs->{bibliotitle},
+ 			biblionumber => $subs->{biblionumber},
  			hassubscriptionexpired =>$hassubscriptionexpired,
  		);





More information about the Koha-cvs mailing list