From d81cd891ce6a13bab8f422406e31a185d9f784e1 Mon Sep 17 00:00:00 2001 From: btoumi Date: Wed, 12 Jul 2006 13:43:42 +0000 Subject: [PATCH] bug fixing: Biblio.pm: add in export line getbibliofromitemnumber function fines2.pl:call to biblio.pm for use of getbibliofromitemnumber function --- C4/Biblio.pm | 6 ++++++ misc/fines2.pl | 1 + 2 files changed, 7 insertions(+) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index 70ec817ab9..2fee7bb8bc 100644 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -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 # diff --git a/misc/fines2.pl b/misc/fines2.pl index f6be01897b..3c502fc53c 100755 --- a/misc/fines2.pl +++ b/misc/fines2.pl @@ -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 -- 2.11.0