[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.27,1.28
From: |
Chris Cormack |
Subject: |
[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.27,1.28 |
Date: |
Wed, 12 Jun 2002 20:16:57 -0700 |
Update of /cvsroot/koha/koha/C4/Circulation
In directory usw-pr-cvs1:/tmp/cvs-serv2423/C4/Circulation
Modified Files:
Circ2.pm
Log Message:
Fix to get list of overdue items showing correctly
Index: Circ2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** Circ2.pm 6 Jun 2002 02:48:53 -0000 1.27
--- Circ2.pm 13 Jun 2002 03:16:55 -0000 1.28
***************
*** 505,508 ****
--- 505,509 ----
$messages->{'WasReturned'};
}
+ ($borrower) = getpatroninformation(\%env, $currentborrower, 0);
# transfer book
my ($transfered, $mess, $item) = transferbook($branch, $barcode);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.27,1.28,
Chris Cormack <=