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

Paul POULAIN tipaul at users.sourceforge.net
Mon Jun 24 16:16:38 CEST 2002


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 ----





More information about the Koha-cvs mailing list