From e6a4f80040185252177ca6a943a40f3c3df8711b Mon Sep 17 00:00:00 2001 From: rangi Date: Mon, 4 Aug 2003 01:53:55 +0000 Subject: [PATCH] Another attempted fix for issuing bug, can NPL test this please. It seems to be working ok for me --- C4/Circulation/Circ2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Circulation/Circ2.pm b/C4/Circulation/Circ2.pm index 3afcd1cec0..23d4005a54 100755 --- a/C4/Circulation/Circ2.pm +++ b/C4/Circulation/Circ2.pm @@ -691,7 +691,7 @@ sub issuebook { my ($resborrower, $flags)=getpatroninformation($env, $resbor,0); my $branches = getbranches(); my $branchname = $branches->{$res->{'branchcode'}}->{'branchname'}; - if ($responses->{5} eq '') { + if ($responses->{5} eq '' && $responses->{7} eq '') { $questionnumber=5; $question="Reserved for $resborrower->{'firstname'} $resborrower->{'surname'} ($resborrower->{'cardnumber'}) since $res->{'reservedate'} \nAllow issue?"; $defaultanswer='N'; -- 2.39.5