[Koha-cvs] CVS: koha/circ circulation.pl,1.29,1.30

Chris Cormack rangi at users.sourceforge.net
Wed Jun 19 03:04:49 CEST 2002


Update of /cvsroot/koha/koha/circ
In directory usw-pr-cvs1:/tmp/cvs-serv20174

Modified Files:
	circulation.pl 
Log Message:
Fixing issues which i broke just before ... perhaps one more commit today.
Issues used to pop up a payment window when a borrower had finished issuing
and had money to pay.
We seem to have lost that, ill try and get it back


Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** circulation.pl	18 Jun 2002 22:46:59 -0000	1.29
--- circulation.pl	19 Jun 2002 01:04:47 -0000	1.30
***************
*** 71,77 ****
  my $print=$query->param('print');
  my $barcode = $query->param('barcode');
! #if ($barcode eq '' ){
! #    $print = 'yes';
! #}
  if ($print eq 'yes' && $borrowernumber ne ''){
      printslip(\%env,$borrowernumber);    
--- 71,77 ----
  my $print=$query->param('print');
  my $barcode = $query->param('barcode');
! if ($barcode eq ''  && $print eq 'maybe'){
!     $print = 'yes';
! }
  if ($print eq 'yes' && $borrowernumber ne ''){
      printslip(\%env,$borrowernumber);    
***************
*** 194,198 ****
  <font color=black><b>Enter borrower card number<br> or partial last name</b></font></td></tr>
  <tr><td><input name=findborrower></td></tr>
!   
  </table>
  </form>
--- 194,199 ----
  <font color=black><b>Enter borrower card number<br> or partial last name</b></font></td></tr>
  <tr><td><input name=findborrower></td></tr>
!   <input type=hidden name=branch value=$branch>
! <input type=hidden name=printer value=$printer>
  </table>
  </form>
***************
*** 318,322 ****
  <input type=hidden name=branch value=$branch>
  <input type=hidden name=printer value=$printer>
! <input type=hidden name=print value=yes>
  </td></tr></table>
  </td></tr></table>
--- 319,323 ----
  <input type=hidden name=branch value=$branch>
  <input type=hidden name=printer value=$printer>
! <input type=hidden name=print value=maybe>
  </td></tr></table>
  </td></tr></table>





More information about the Koha-cvs mailing list