[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/C4 Biblio.pm [rel_3_0]
From: |
Bruno Toumi |
Subject: |
[Koha-cvs] koha/C4 Biblio.pm [rel_3_0] |
Date: |
Fri, 25 Aug 2006 12:32:41 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Bruno Toumi <btoumi> 06/08/25 12:32:40
Modified files:
C4 : Biblio.pm
Log message:
bug fix:add declaration of function (getbibliofromitemnumber)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Biblio.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.178&r2=1.178.2.1
Patches:
Index: Biblio.pm
===================================================================
RCS file: /sources/koha/koha/C4/Biblio.pm,v
retrieving revision 1.178
retrieving revision 1.178.2.1
diff -u -b -r1.178 -r1.178.2.1
--- Biblio.pm 21 Aug 2006 09:51:15 -0000 1.178
+++ Biblio.pm 25 Aug 2006 12:32:40 -0000 1.178.2.1
@@ -48,6 +48,7 @@
&getbiblio &getstacks
&GetBiblioItemByBiblioNumber
&getbiblioitembybiblionumber
+ getbibliofromitemnumber
&getbiblioitem &getitemsbybiblioitem
&skip &getitemtypes
&get_itemnumbers_of
@@ -3014,8 +3015,11 @@
=cut
-# $Id: Biblio.pm,v 1.178 2006/08/21 09:51:15 toins Exp $
+# $Id: Biblio.pm,v 1.178.2.1 2006/08/25 12:32:40 btoumi Exp $
# $Log: Biblio.pm,v $
+# Revision 1.178.2.1 2006/08/25 12:32:40 btoumi
+# bug fix:add declaration of function (getbibliofromitemnumber)
+#
# Revision 1.178 2006/08/21 09:51:15 toins
# Add a forgetted function : getbibliofromitemnumber
#
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/C4 Biblio.pm [rel_3_0],
Bruno Toumi <=