[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/catalogue detail.pl
From: |
Chris Cormack |
Subject: |
[Koha-cvs] koha/catalogue detail.pl |
Date: |
Mon, 06 Mar 2006 21:21:55 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch:
Changes by: Chris Cormack <address@hidden> 06/03/06 21:21:55
Modified files:
catalogue : detail.pl
Log message:
This will work in 2.2 now as well as 3.0
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/catalogue/detail.pl.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
Patches:
Index: koha/catalogue/detail.pl
diff -u koha/catalogue/detail.pl:1.1 koha/catalogue/detail.pl:1.2
--- koha/catalogue/detail.pl:1.1 Tue Jan 17 16:16:16 2006
+++ koha/catalogue/detail.pl Mon Mar 6 21:21:55 2006
@@ -19,6 +19,9 @@
});
my $biblionumber=$query->param('biblionumber');
+if (!$biblionumber){
+ $biblionumber=$query->param('bib');
+ }
$template->param(biblionumber => $biblionumber);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/catalogue detail.pl,
Chris Cormack <=