bug fixing:
authorbtoumi <btoumi>
Wed, 12 Jul 2006 13:43:42 +0000 (13:43 +0000)
committerbtoumi <btoumi>
Wed, 12 Jul 2006 13:43:42 +0000 (13:43 +0000)
Biblio.pm: add in export line  getbibliofromitemnumber function
fines2.pl:call to biblio.pm for use of getbibliofromitemnumber function

C4/Biblio.pm
misc/fines2.pl

index 70ec817..2fee7bb 100644 (file)
@@ -56,6 +56,7 @@ $VERSION = do { my @v = '$Revision$' =~ /\d+/g;
   &getsubject &getaddauthor &getsubtitle
   &getwebbiblioitems &getwebsites
   &getbiblioitembybiblionumber
+  &getbibliofromitemnumber     
   &getbiblioitem &getitemsbybiblioitem
 
   &MARCfind_marc_from_kohafield
@@ -3141,6 +3142,11 @@ Paul POULAIN paul.poulain@free.fr
 
 # $Id$
 # $Log$
+# Revision 1.174  2006/07/12 13:43:42  btoumi
+# bug fixing:
+# Biblio.pm: add in export line  getbibliofromitemnumber function
+# fines2.pl:call to biblio.pm for use of getbibliofromitemnumber function
+#
 # Revision 1.173  2006/07/04 14:36:51  toins
 # Head & rel_2_2 merged
 #
index f6be018..3c502fc 100755 (executable)
@@ -32,6 +32,7 @@ use C4::Search;
 use C4::Circulation::Circ2;
 use C4::Circulation::Fines;
 use Date::Manip;
+use C4::Biblio;
 
 open (FILE,'>/tmp/fines') || die;
 # FIXME