koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Biblio.pm,1.1.2.7,1.1.2.8


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/C4 Biblio.pm,1.1.2.7,1.1.2.8
Date: Thu, 25 Sep 2003 10:40:25 -0700

Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv11778/C4

Modified Files:
      Tag: rel-1-2
        Biblio.pm 
Log Message:
Added a basic serials module.  Currently only tested with simple acquisitions.


Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -r1.1.2.7 -r1.1.2.8
*** Biblio.pm   23 Jan 2003 22:38:15 -0000      1.1.2.7
--- Biblio.pm   25 Sep 2003 17:40:23 -0000      1.1.2.8
***************
*** 103,109 ****
    $bibnum = $$data[0] + 1;
  
!   my $serial;         # is this item part of a series?
  
!   if ($biblio->{'seriestitle'}) { $serial = 1 } else { $serial = 0 };
  
    $sth->finish;
--- 103,109 ----
    $bibnum = $$data[0] + 1;
  
!   my $serial=0;               # is this item part of a series?
  
!   #if ($biblio->{'seriestitle'}) { $serial = 1 } else { $serial = 0 };
  
    $sth->finish;
***************
*** 1012,1015 ****
--- 1012,1018 ----
  #---------------------------------------
  # $Log$
+ # Revision 1.1.2.8  2003/09/25 17:40:23  tonnesen
+ # Added a basic serials module.  Currently only tested with simple 
acquisitions.
+ #
  # Revision 1.1.2.7  2003/01/23 22:38:15  tonnesen
  # Deletes subtitle, subject, and additionalauthors info when a biblio is 
deleted.




reply via email to

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