koha-devel
[Top][All Lists]
Advanced

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

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


From: Gynn Lomax
Subject: [Koha-devel] CVS: koha/acqui addorder.pl,1.1.1.1,1.2
Date: Tue Apr 9 22:48:04 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);




reply via email to

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