koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/acqui addorder.pl,1.7,1.8


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/acqui addorder.pl,1.7,1.8
Date: Mon, 24 Jun 2002 07:16:38 -0700

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

Modified Files:
        addorder.pl 
Log Message:
merging of rel-1-2 and main branch



Index: addorder.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/addorder.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** addorder.pl 15 May 2002 14:32:48 -0000      1.7
--- addorder.pl 24 Jun 2002 14:16:36 -0000      1.8
***************
*** 8,13 ****
--- 8,18 ----
  use C4::Output;
  use C4::Acquisitions;
+ #use Date::Manip;
  
  my $input = new CGI;
+ #print $input->header;
+ #print startpage();
+ #print startmenu('acquisitions');
+ #print $input->dump;
  my $existing=$input->param('existing');
  my $title=$input->param('title');
***************
*** 46,51 ****
                           copyright => $copyright?$copyright:"",
                                    series => $series?$series:"",
- 
- 
                                     });
      $bibitemnum = &newbiblioitem({ biblionumber => $bibnum,
--- 51,54 ----




reply via email to

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