[Koha-cvs] CVS: koha/acqui recieveorder.pl,1.4,1.5

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 09:38:12 CEST 2002


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

Modified Files:
	recieveorder.pl 
Log Message:
Added magic RCS comment.
Removed trailing whitespace.


Index: recieveorder.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/recieveorder.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** recieveorder.pl	14 Aug 2002 18:12:52 -0000	1.4
--- recieveorder.pl	13 Oct 2002 07:38:10 -0000	1.5
***************
*** 1,4 ****
--- 1,6 ----
  #!/usr/bin/perl
  
+ # $Id$
+ 
  #script to show display basket of orders
  #written by chris at katipo.co.nz 24/2/2000
***************
*** 31,35 ****
  print $input->header();
  my $id=$input->param('id');
! my ($count, at booksellers)=bookseller($id); 
  print startpage;
  
--- 33,37 ----
  print $input->header();
  my $id=$input->param('id');
! my ($count, at booksellers)=bookseller($id);
  print startpage;
  
***************
*** 48,52 ****
  <TR VALIGN=TOP >
  <TD>Supplier Invoice Number</td>
! <td><input type=text size=20 name=invoice>        
  </td>
  </tr>
--- 50,54 ----
  <TR VALIGN=TOP >
  <TD>Supplier Invoice Number</td>
! <td><input type=text size=20 name=invoice>
  </td>
  </tr>





More information about the Koha-cvs mailing list