[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.60,1.61
From: |
Chris Cormack |
Subject: |
[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.60,1.61 |
Date: |
Sun, 03 Aug 2003 18:53:57 -0700 |
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?";
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.60,1.61,
Chris Cormack <=