[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha MARCdetail.pl,1.25.2.9,1.25.2.10
From: |
Henri-Damien LAURENT |
Subject: |
[Koha-cvs] CVS: koha MARCdetail.pl,1.25.2.9,1.25.2.10 |
Date: |
Mon, 27 Jun 2005 16:24:10 -0700 |
Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23754
Modified Files:
Tag: rel_2_2
MARCdetail.pl
Log Message:
Display dashed ISBN
Index: MARCdetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/MARCdetail.pl,v
retrieving revision 1.25.2.9
retrieving revision 1.25.2.10
diff -C2 -r1.25.2.9 -r1.25.2.10
*** MARCdetail.pl 25 May 2005 09:34:40 -0000 1.25.2.9
--- MARCdetail.pl 27 Jun 2005 23:24:08 -0000 1.25.2.10
***************
*** 146,149 ****
--- 146,152 ----
if
($tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{isurl}) {
$subfield_data{marc_value}="<a
href=\"$subf[$i][1]\">$subf[$i][1]</a>";
+ } elsif
($tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{kohafield} eq
"biblioitems.isbn") {
+ # warn " tag :
".$tagslib->{$fields[$x_i]->tag()}." subfield
:".$tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}. "ISBN :
".$subf[$i][1]."PosttraitementISBN :".DisplayISBN($subf[$i][1]);
+
$subfield_data{marc_value}=DisplayISBN($subf[$i][1]);
} else {
if
($tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{authtypecode}) {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha MARCdetail.pl,1.25.2.9,1.25.2.10,
Henri-Damien LAURENT <=