koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: paul poulain
Subject: [Koha-cvs] koha/C4 Biblio.pm [rel_3_0]
Date: Wed, 11 Oct 2006 07:59:36 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     paul poulain <tipaul>   06/10/11 07:59:36

Modified files:
        C4             : Biblio.pm 

Log message:
        removing hardcoded ccode fiels in biblioitems

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

Patches:
Index: Biblio.pm
===================================================================
RCS file: /sources/koha/koha/C4/Biblio.pm,v
retrieving revision 1.178.2.13
retrieving revision 1.178.2.14
diff -u -b -r1.178.2.13 -r1.178.2.14
--- Biblio.pm   10 Oct 2006 14:21:24 -0000      1.178.2.13
+++ Biblio.pm   11 Oct 2006 07:59:36 -0000      1.178.2.14
@@ -2144,8 +2144,7 @@
 volumeddesc     = $biblioitem->{'volumeddesc'},
 notes          = $biblioitem->{'bnotes'},
 size           = $biblioitem->{'size'},
-place          = $biblioitem->{'place'},
-ccode          = $biblioitem->{'ccode'}
+place          = $biblioitem->{'place'}
 where biblionumber = $biblioitem->{'biblionumber'}";
 
     $dbh->do($query);
@@ -3836,8 +3835,11 @@
 
 =cut
 
-# $Id: Biblio.pm,v 1.178.2.13 2006/10/10 14:21:24 toins Exp $
+# $Id: Biblio.pm,v 1.178.2.14 2006/10/11 07:59:36 tipaul Exp $
 # $Log: Biblio.pm,v $
+# Revision 1.178.2.14  2006/10/11 07:59:36  tipaul
+# removing hardcoded ccode fiels in biblioitems
+#
 # Revision 1.178.2.13  2006/10/10 14:21:24  toins
 # Biblio.pm now returns a true value.
 #




reply via email to

[Prev in Thread] Current Thread [Next in Thread]