[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha MARCdetail.pl,1.30,1.31
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha MARCdetail.pl,1.30,1.31 |
Date: |
Thu, 11 Aug 2005 02:00:49 -0700 |
Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8039
Modified Files:
MARCdetail.pl
Log Message:
some changes in link (using biblionumber standard name)
Index: MARCdetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/MARCdetail.pl,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** MARCdetail.pl 9 Aug 2005 14:10:34 -0000 1.30
--- MARCdetail.pl 11 Aug 2005 09:00:46 -0000 1.31
***************
*** 64,68 ****
my $dbh=C4::Context->dbh;
! my $biblionumber=$query->param('bib');
# my $bibid = $query->param('bibid');
my $itemtype = $query->param('frameworkcode');
--- 64,68 ----
my $dbh=C4::Context->dbh;
! my $biblionumber=$query->param('biblionumber');
# my $bibid = $query->param('bibid');
my $itemtype = $query->param('frameworkcode');
***************
*** 226,231 ****
item_header_loop =>
address@hidden,
biblionumber => $biblionumber,
- # bibid => $bibid,
- biblionumber => $biblionumber,
subscriptionsnumber =>
$subscriptionsnumber,
popup => $popup,
--- 226,229 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha MARCdetail.pl,1.30,1.31,
Paul POULAIN <=