From: btoumi Date: Wed, 12 Jul 2006 13:43:42 +0000 (+0000) Subject: bug fixing: X-Git-Tag: dev_week~669 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=d81cd891ce6a13bab8f422406e31a185d9f784e1;p=koha_gimpoz bug fixing: Biblio.pm: add in export line getbibliofromitemnumber function fines2.pl:call to biblio.pm for use of getbibliofromitemnumber function --- 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