[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha readingrec.pl,1.10,1.11
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha readingrec.pl,1.10,1.11 |
Date: |
Mon, 21 Jun 2004 11:50:11 -0700 |
Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30556
Modified Files:
readingrec.pl
Log Message:
Adding biblionumber variable to template so title listings can be hyperlinked
Index: readingrec.pl
===================================================================
RCS file: /cvsroot/koha/koha/readingrec.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** readingrec.pl 22 Dec 2003 10:58:28 -0000 1.10
--- readingrec.pl 21 Jun 2004 18:50:05 -0000 1.11
***************
*** 62,65 ****
--- 62,66 ----
for (my $i=0;$i<$count;$i++){
my %line;
+ $line{biblionumber}=$issues->[$i]->{'biblionumber'};
$line{title}=$issues->[$i]->{'title'};
$line{author}=$issues->[$i]->{'author'};
***************
*** 70,74 ****
}
! $template->param(title => $data->{'title'},
initials => $data->{'initials'},
surname => $data->{'surname'},
--- 71,77 ----
}
! $template->param(
! biblionumber =>
$data->{'biblionumber'},
! title => $data->{'title'},
initials => $data->{'initials'},
surname => $data->{'surname'},
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha readingrec.pl,1.10,1.11,
Owen Leonard <=
- Prev by Date:
[Koha-cvs] CVS: koha/misc uninstall.pl,NONE,1.1 installer.pl,1.15,1.16 Install.pm,1.72,1.73
- Next by Date:
[Koha-cvs] CVS: koha/members newimember.pl,1.1,1.2 newjmember.pl,1.2,1.3 newmember.pl,1.1,1.2
- Previous by thread:
[Koha-cvs] CVS: koha/misc uninstall.pl,NONE,1.1 installer.pl,1.15,1.16 Install.pm,1.72,1.73
- Next by thread:
[Koha-cvs] CVS: koha/members newimember.pl,1.1,1.2 newjmember.pl,1.2,1.3 newmember.pl,1.1,1.2
- Index(es):