koha-cvs
[Top][All Lists]
Advanced

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

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/acqui recieveorder.pl,1.4,1.5
Date: Sun, 13 Oct 2002 00:38:12 -0700

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 address@hidden 24/2/2000
***************
*** 31,35 ****
  print $input->header();
  my $id=$input->param('id');
! my ($count,@booksellers)=bookseller($id); 
  print startpage;
  
--- 33,37 ----
  print $input->header();
  my $id=$input->param('id');
! my ($count,@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>




reply via email to

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