[Koha-cvs] koha/C4 Biblio.pm [rel_3_0]

LAURIN arnaud alaurin at ouestprovence.fr
Mon Nov 20 17:52:05 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	LAURIN arnaud <alaurin>	06/11/20 16:52:05

Modified files:
	C4             : Biblio.pm 

Log message:
	minor bugfixing :
	
	correcting in _koha_modify_biblioitem : restore the biblionumber line .
	
	now the sql update of biblioitems is ok ....

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Biblio.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.178.2.26&r2=1.178.2.27

Patches:
Index: Biblio.pm
===================================================================
RCS file: /sources/koha/koha/C4/Biblio.pm,v
retrieving revision 1.178.2.26
retrieving revision 1.178.2.27
diff -u -b -r1.178.2.26 -r1.178.2.27
--- Biblio.pm	17 Nov 2006 14:57:21 -0000	1.178.2.26
+++ Biblio.pm	20 Nov 2006 16:52:05 -0000	1.178.2.27
@@ -1920,6 +1920,7 @@
     $biblioitem->{'size'}            = $dbh->quote( $biblioitem->{'size'} );
     $biblioitem->{'place'}           = $dbh->quote( $biblioitem->{'place'} );
     $biblioitem->{'ccode'}       = $dbh->quote( $biblioitem->{'ccode'} );
+    $biblioitem->{'biblionumber'} = $dbh->quote ($biblioitem->{'biblionumber'} );
 
 #    my($lcsort) = calculatelc($biblioitem->{'classification'}).$biblioitem->{'subclass'};
 #    $lcsort=$dbh->quote($lcsort);
@@ -3642,8 +3643,15 @@
 
 =cut
 
-# $Id: Biblio.pm,v 1.178.2.26 2006/11/17 14:57:21 tipaul Exp $
+# $Id: Biblio.pm,v 1.178.2.27 2006/11/20 16:52:05 alaurin Exp $
 # $Log: Biblio.pm,v $
+# Revision 1.178.2.27  2006/11/20 16:52:05  alaurin
+# minor bugfixing :
+#
+# correcting in _koha_modify_biblioitem : restore the biblionumber line .
+#
+# now the sql update of biblioitems is ok ....
+#
 # Revision 1.178.2.26  2006/11/17 14:57:21  tipaul
 # code cleaning : moving bornum, borrnum, bornumber to a correct "borrowernumber"
 #





More information about the Koha-cvs mailing list