[Koha-cvs] CVS: koha/acqui.simple addbooks.pl,1.12,1.13

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 09:38:40 CEST 2002


Update of /cvsroot/koha/koha/acqui.simple
In directory usw-pr-cvs1:/tmp/cvs-serv5335

Modified Files:
	addbooks.pl 
Log Message:
Added magic RCS comment.
Removed trailing whitespace.


Index: addbooks.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/addbooks.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** addbooks.pl	5 Oct 2002 09:55:35 -0000	1.12
--- addbooks.pl	13 Oct 2002 07:38:37 -0000	1.13
***************
*** 1,9 ****
  #!/usr/bin/perl
  
  #
  # Modified saas at users.sf.net 12:00 01 April 2001
  # The biblioitemnumber was not correctly initialised
  # The max(barcode) value was broken - koha 'barcode' is a string value!
! # - If left blank, barcode value now defaults to max(biblionumber) 
  
  #
--- 1,11 ----
  #!/usr/bin/perl
  
+ # $Id$
+ 
  #
  # Modified saas at users.sf.net 12:00 01 April 2001
  # The biblioitemnumber was not correctly initialised
  # The max(barcode) value was broken - koha 'barcode' is a string value!
! # - If left blank, barcode value now defaults to max(biblionumber)
  
  #
***************
*** 127,131 ****
  <td><FONT SIZE=5>Help</font></td>
  </tr>
! </table> 
  <FONT SIZE=5>Koha stores data in three sections</font>
  <p />
--- 129,133 ----
  <td><FONT SIZE=5>Help</font></td>
  </tr>
! </table>
  <FONT SIZE=5>Koha stores data in three sections</font>
  <p />
***************
*** 133,138 ****
  The first section records bibliographic data such as title, author and copyright for a particular work.
  <p />
! <h2>Group</h2>      
! The second records bibliographic data for a particular publication of that work, such as ISBN number, physical description, publisher information, etc      
  <p />
  <h2>Item</h2>
--- 135,140 ----
  The first section records bibliographic data such as title, author and copyright for a particular work.
  <p />
! <h2>Group</h2>
! The second records bibliographic data for a particular publication of that work, such as ISBN number, physical description, publisher information, etc
  <p />
  <h2>Item</h2>





More information about the Koha-cvs mailing list