[Koha-devel] CVS: koha/acqui addorder.pl,1.1.1.1,1.2

Gynn Lomax truth_nz at users.sourceforge.net
Tue Apr 9 22:48:04 CEST 2002


Update of /cvsroot/koha/koha/acqui
In directory usw-pr-cvs1:/tmp/cvs-serv3089

Modified Files:
	addorder.pl 
Log Message:
Updates to use changed newbiblio sub in C4/Acquisitions.pm


Index: addorder.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/addorder.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** addorder.pl	19 Dec 2000 23:45:56 -0000	1.1.1.1
--- addorder.pl	10 Apr 2002 05:47:07 -0000	1.2
***************
*** 48,52 ****
    if ($existing eq 'no'){
      #if it doesnt create it
!     $bibnum=newbiblio($title,$author,$copyright);
      $bibitemnum=newbiblioitem($bibnum,$itemtype,$isbn);
      newsubtitle($bibnum);
--- 48,54 ----
    if ($existing eq 'no'){
      #if it doesnt create it
!     $bibnum=newbiblio({ title     => $title,
! 	                author    =>$author,
! 	                copyright => $copyright });
      $bibitemnum=newbiblioitem($bibnum,$itemtype,$isbn);
      newsubtitle($bibnum);





More information about the Koha-devel mailing list