[Koha-cvs] CVS: koha/acqui receive.pl,1.1.1.1.2.2,1.1.1.1.2.3

Steve Tonnesen tonnesen at users.sourceforge.net
Thu Jun 20 19:45:58 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	receive.pl 
Log Message:
Branch Merges.


Index: receive.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/receive.pl,v
retrieving revision 1.1.1.1.2.2
retrieving revision 1.1.1.1.2.3
diff -C2 -r1.1.1.1.2.2 -r1.1.1.1.2.3
*** receive.pl	14 Jun 2002 21:20:27 -0000	1.1.1.1.2.2
--- receive.pl	20 Jun 2002 17:45:55 -0000	1.1.1.1.2.3
***************
*** 13,17 ****
  print $input->header();
  my $id=$input->param('id');
! my ($count, at booksellers)=bookseller($id); 
  my $invoice=$input->param('invoice');
  my $freight=$input->param('freight');
--- 13,17 ----
  print $input->header();
  my $id=$input->param('id');
! my ($count, at booksellers)=bookseller($id);
  my $invoice=$input->param('invoice');
  my $freight=$input->param('freight');





More information about the Koha-cvs mailing list