koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/C4/Circulation Circ2.pm [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/C4/Circulation Circ2.pm [rel_3_0]
Date: Wed, 11 Oct 2006 08:44:57 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/10/11 08:44:57

Modified files:
        C4/Circulation : Circ2.pm 

Log message:
        Removing ccode in SQL query

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Circulation/Circ2.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.114.2.6&r2=1.114.2.7

Patches:
Index: Circ2.pm
===================================================================
RCS file: /sources/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.114.2.6
retrieving revision 1.114.2.7
diff -u -b -r1.114.2.6 -r1.114.2.7
--- Circ2.pm    11 Oct 2006 08:39:19 -0000      1.114.2.6
+++ Circ2.pm    11 Oct 2006 08:44:57 -0000      1.114.2.7
@@ -3,7 +3,7 @@
 
 package C4::Circulation::Circ2;
 
-# $Id: Circ2.pm,v 1.114.2.6 2006/10/11 08:39:19 toins Exp $
+# $Id: Circ2.pm,v 1.114.2.7 2006/10/11 08:44:57 toins Exp $
 
 #package to deal with Returns
 #written 3/11/99 by address@hidden
@@ -1680,7 +1680,6 @@
                                biblioitems.dewey     AS dewey,
                                itemtypes.description AS itemtype,
                                biblioitems.subclass  AS subclass,
-                biblioitems.ccode  AS ccode,
                 biblioitems.isbn  AS isbn,
                                biblioitems.classification AS classification
                        FROM issues,items,biblioitems,biblio, itemtypes




reply via email to

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