[Koha-cvs] CVS: koha/circ returns.pl,1.16,1.17

Finlay Thompson finlayt at users.sourceforge.net
Wed Aug 21 06:29:06 CEST 2002


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

Modified Files:
	returns.pl 
Log Message:

turned of the branchtransfer when an item is set to "waiting".



Index: returns.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/returns.pl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** returns.pl	21 Aug 2002 03:54:39 -0000	1.16
--- returns.pl	21 Aug 2002 04:29:03 -0000	1.17
***************
*** 100,104 ****
      printslip(\%env, $slip);
      if ($tobranchcd ne $branch) {
! 	my ($transfered, $messages, $iteminfo) = transferbook($tobranchcd, $resbarcode, 1);
  	$reservetext .= <<"EOF";
  <font color='red' size='+2'>Item marked Waiting:</font><br>
--- 100,104 ----
      printslip(\%env, $slip);
      if ($tobranchcd ne $branch) {
! #	my ($transfered, $messages, $iteminfo) = transferbook($tobranchcd, $resbarcode, 1);
  	$reservetext .= <<"EOF";
  <font color='red' size='+2'>Item marked Waiting:</font><br>





More information about the Koha-cvs mailing list