koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/acqui basket.pl,1.5,1.6


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/acqui basket.pl,1.5,1.6
Date: Sun, 13 Oct 2002 00:37:23 -0700

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

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


Index: basket.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/basket.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** basket.pl   14 Aug 2002 18:12:52 -0000      1.5
--- basket.pl   13 Oct 2002 07:37:21 -0000      1.6
***************
*** 1,4 ****
--- 1,6 ----
  #!/usr/bin/perl
  
+ # $Id$
+ 
  #script to show display basket of orders
  #written by address@hidden 24/2/2000
***************
*** 50,54 ****
  $results[0]->{'entrydate'};
  </div>
! <FONT SIZE=6><em>Shopping Basket For: <a 
href=supplier.pl?id=$results[0]->{'booksellerid'}></a> 
$booksellers[0]->{'name'}</em></FONT>  
  <a href=newbasket.pl?id=$results[0]->{'booksellerid'}&basket=$basket>Add more 
orders</a>
  <CENTER>
--- 52,56 ----
  $results[0]->{'entrydate'};
  </div>
! <FONT SIZE=6><em>Shopping Basket For: <a 
href=supplier.pl?id=$results[0]->{'booksellerid'}></a> 
$booksellers[0]->{'name'}</em></FONT>
  <a href=newbasket.pl?id=$results[0]->{'booksellerid'}&basket=$basket>Add more 
orders</a>
  <CENTER>
***************
*** 88,92 ****
  $grand_total=$sub_total+$gist;
  
! print <<EOP      
  <tr valign=top bgcolor=#ffffcc>
    <td>$results[$i]->{'ordernumber'}</td>
--- 90,94 ----
  $grand_total=$sub_total+$gist;
  
! print <<EOP
  <tr valign=top bgcolor=#ffffcc>
    <td>$results[$i]->{'ordernumber'}</td>
***************
*** 99,108 ****
    <td>\$<input type=text name=total$i size=10 value=$line_total></td>
    <input type=hidden name=ordnum$i value=$results[$i]->{'ordernumber'}>
!   <input type=hidden name=bibnum$i value=$results[$i]->{'biblionumber'}> 
  </tr>
  EOP
  ;
  }
! # 
  print "<input type=hidden name=number value=$count>
  <input type=hidden name=basketno value=\"$basket\">";
--- 101,110 ----
    <td>\$<input type=text name=total$i size=10 value=$line_total></td>
    <input type=hidden name=ordnum$i value=$results[$i]->{'ordernumber'}>
!   <input type=hidden name=bibnum$i value=$results[$i]->{'biblionumber'}>
  </tr>
  EOP
  ;
  }
! #
  print "<input type=hidden name=number value=$count>
  <input type=hidden name=basketno value=\"$basket\">";
***************
*** 112,116 ****
    To cancel an order, just change the quantity to 0 and click "save 
changes".<br>
    To change any of the catalogue or accounting information attached to an 
order,  click on the title.<br>
!   To add new orders to this supplier, start with a search. </td> 
    <td><b>SubTotal</b></td>
    <td>\$<input type=text name=subtotal size=10 value=$sub_total></td></tr>
--- 114,118 ----
    To cancel an order, just change the quantity to 0 and click "save 
changes".<br>
    To change any of the catalogue or accounting information attached to an 
order,  click on the title.<br>
!   To add new orders to this supplier, start with a search. </td>
    <td><b>SubTotal</b></td>
    <td>\$<input type=text name=subtotal size=10 value=$sub_total></td></tr>
***************
*** 129,133 ****
    <td colspan=3><input type=image  name=submit src=/images/save-changes.gif 
border=0 width=187 height=42 align=right></td></tr>
  </table>
! </CENTER>  
  EOP
    ;
--- 131,135 ----
    <td colspan=3><input type=image  name=submit src=/images/save-changes.gif 
border=0 width=187 height=42 align=right></td></tr>
  </table>
! </CENTER>
  EOP
    ;




reply via email to

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