koha-cvs
[Top][All Lists]
Advanced

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

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


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

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

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


Index: supplier.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/supplier.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** supplier.pl 14 Aug 2002 18:12:52 -0000      1.4
--- supplier.pl 13 Oct 2002 07:38:19 -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;
  
***************
*** 211,215 ****
    print " checked";
  }
! print ">Yes 
  <input type=radio name=gst value=0";
  if ($booksellers[0]->{'gstreg'}==0){
--- 213,217 ----
    print " checked";
  }
! print ">Yes
  <input type=radio name=gst value=0";
  if ($booksellers[0]->{'gstreg'}==0){
***************
*** 228,232 ****
    print " checked";
  }
! print ">Yes 
  <input type=radio name=list_gst value=0";
  if ($booksellers[0]->{'listincgst'}==0){
--- 230,234 ----
    print " checked";
  }
! print ">Yes
  <input type=radio name=list_gst value=0";
  if ($booksellers[0]->{'listincgst'}==0){
***************
*** 245,249 ****
    print " checked";
  }
! print ">Yes 
  <input type=radio name=invoice_gst value=0";
  if ($booksellers[0]->{'invoiceincgst'}==0){
--- 247,251 ----
    print " checked";
  }
! print ">Yes
  <input type=radio name=invoice_gst value=0";
  if ($booksellers[0]->{'invoiceincgst'}==0){
***************
*** 254,258 ****
  </td>
  </tr>
! <TR VALIGN=TOP>                               
  <TD>Discount</td>
  <td><input type=text size=3 name=discount 
value=$booksellers[0]->{'discount'}> %
--- 256,260 ----
  </td>
  </tr>
! <TR VALIGN=TOP>
  <TD>Discount</td>
  <td><input type=text size=3 name=discount 
value=$booksellers[0]->{'discount'}> %




reply via email to

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