[Koha-cvs] koha/C4 Biblio.pm

Chris Cormack chris at katipo.co.nz
Tue Feb 14 20:53:25 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	
Changes by:	Chris Cormack <rangi at savannah.gnu.org>	06/02/14 19:53:25

Modified files:
	C4             : Biblio.pm 

Log message:
	Just a little missing my
	
	Seems to be working great Paul, and I like what you did with zebradb

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/C4/Biblio.pm.diff?tr1=1.138&tr2=1.139&r1=text&r2=text

Patches:
Index: koha/C4/Biblio.pm
diff -u koha/C4/Biblio.pm:1.138 koha/C4/Biblio.pm:1.139
--- koha/C4/Biblio.pm:1.138	Tue Feb 14 11:25:22 2006
+++ koha/C4/Biblio.pm	Tue Feb 14 19:53:25 2006
@@ -71,6 +71,9 @@
   
   &FindDuplicate
   &DisplayISBN
+    
+    get_item_from_barcode
+    MARCfind_MARCbibid_from_oldbiblionumber
 );
 
 =head1 NAME
@@ -150,6 +153,7 @@
 # 	close F;
 # 	my $res = system("cd $cgidir/zebra;/usr/local/bin/zebraidx update biblios");
 # 	unlink($filename);
+        my $Zconn;
 	warn "zebra_create : $biblionumber =".$record->as_formatted;
 	eval {
 		$Zconn = new ZOOM::Connection(C4::Context->config("zebradb"));
@@ -2917,8 +2921,13 @@
 
 =cut
 
-# $Id: Biblio.pm,v 1.138 2006/02/14 11:25:22 tipaul Exp $
+# $Id: Biblio.pm,v 1.139 2006/02/14 19:53:25 rangi Exp $
 # $Log: Biblio.pm,v $
+# Revision 1.139  2006/02/14 19:53:25  rangi
+# Just a little missing my
+#
+# Seems to be working great Paul, and I like what you did with zebradb
+#
 # Revision 1.138  2006/02/14 11:25:22  tipaul
 # road to 3.0 : updating a biblio in zebra seems to work. Still working on it, there are probably some bugs !
 #





More information about the Koha-cvs mailing list