[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.60,1.61

Chris Cormack rangi at users.sourceforge.net
Mon Aug 4 03:53:57 CEST 2003


Update of /cvsroot/koha/koha/C4/Circulation
In directory sc8-pr-cvs1:/tmp/cvs-serv28915/C4/Circulation

Modified Files:
	Circ2.pm 
Log Message:
Another attempted fix for issuing bug, can NPL test this please.
It seems to be working ok for me


Index: Circ2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -r1.60 -r1.61
*** Circ2.pm	24 Jul 2003 09:17:42 -0000	1.60
--- Circ2.pm	4 Aug 2003 01:53:55 -0000	1.61
***************
*** 692,696 ****
  				my $branches = getbranches();
  				my $branchname = $branches->{$res->{'branchcode'}}->{'branchname'};
! 				if ($responses->{5} eq '') {
  					$questionnumber=5;
  					$question="Reserved for $resborrower->{'firstname'} $resborrower->{'surname'} ($resborrower->{'cardnumber'}) since $res->{'reservedate'} \nAllow issue?";
--- 692,696 ----
  				my $branches = getbranches();
  				my $branchname = $branches->{$res->{'branchcode'}}->{'branchname'};
! 				if ($responses->{5} eq '' && $responses->{7} eq '') {
  					$questionnumber=5;
  					$question="Reserved for $resborrower->{'firstname'} $resborrower->{'surname'} ($resborrower->{'cardnumber'}) since $res->{'reservedate'} \nAllow issue?";





More information about the Koha-cvs mailing list