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

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


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 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;
  
***************
*** 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'}> %





More information about the Koha-cvs mailing list