[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.89,1.90
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.89,1.90 |
Date: |
Tue, 03 May 2005 12:39:29 -0700 |
Update of /cvsroot/koha/koha/C4/Circulation
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29825
Modified Files:
Circ2.pm
Log Message:
Fixes bug 970: renewing book from issues screen.
Index: Circ2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.89
retrieving revision 1.90
diff -C2 -r1.89 -r1.90
*** Circ2.pm 1 Mar 2005 13:40:49 -0000 1.89
--- Circ2.pm 3 May 2005 19:39:20 -0000 1.90
***************
*** 744,748 ****
# Already issued to current borrower. Ask whether the loan should
# be renewed.
! my ($renewstatus) =
renewstatus($env,$dbh,$borrower->{'borrowernumber'},
$iteminformation->{'itemnumber'});
if ($renewstatus == 0) { # no more renewals allowed
$issuingimpossible{NO_MORE_RENEWALS} = 1;
--- 744,748 ----
# Already issued to current borrower. Ask whether the loan should
# be renewed.
! my ($renewstatus) = renewstatus($env,
$borrower->{'borrowernumber'}, $iteminformation->{'itemnumber'});
if ($renewstatus == 0) { # no more renewals allowed
$issuingimpossible{NO_MORE_RENEWALS} = 1;
***************
*** 817,821 ****
}
&UpdateStats($env,$env->{'branchcode'},'renew',$charge,'',$iteminformation->{'itemnumber'},$iteminformation->{'itemtype'},$borrower->{'borrowernumber'});
! renewbook($env,$dbh, $borrower->{'borrowernumber'},
$iteminformation->{'itemnumber'});
} else {
#
--- 817,821 ----
}
&UpdateStats($env,$env->{'branchcode'},'renew',$charge,'',$iteminformation->{'itemnumber'},$iteminformation->{'itemtype'},$borrower->{'borrowernumber'});
! renewbook($env, $borrower->{'borrowernumber'},
$iteminformation->{'itemnumber'});
} else {
#
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.89,1.90,
Joshua Ferraro <=
- Prev by Date:
[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.87.2.3,1.87.2.4
- Next by Date:
[Koha-cvs] CVS: koha/acqui basket.pl,1.24,1.25 newbasket2.pl,1.15,1.16 recieveorder.pl,1.9,1.10 suggestion-select.pl,1.3,1.4
- Previous by thread:
[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.87.2.3,1.87.2.4
- Next by thread:
[Koha-cvs] CVS: koha/acqui basket.pl,1.24,1.25 newbasket2.pl,1.15,1.16 recieveorder.pl,1.9,1.10 suggestion-select.pl,1.3,1.4
- Index(es):