[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/circ circulation.pl [dev_week]
From: |
Mason James |
Subject: |
[Koha-cvs] koha/circ circulation.pl [dev_week] |
Date: |
Wed, 16 May 2007 06:59:46 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Mason James <sushi> 07/05/16 06:59:45
Modified files:
circ : circulation.pl
Log message:
outputing issuing rules info for testing
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/circulation.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.81.2.14.2.20&r2=1.81.2.14.2.21
Patches:
Index: circulation.pl
===================================================================
RCS file: /sources/koha/koha/circ/circulation.pl,v
retrieving revision 1.81.2.14.2.20
retrieving revision 1.81.2.14.2.21
diff -u -b -r1.81.2.14.2.20 -r1.81.2.14.2.21
--- circulation.pl 15 May 2007 20:26:04 -0000 1.81.2.14.2.20
+++ circulation.pl 16 May 2007 06:59:45 -0000 1.81.2.14.2.21
@@ -371,8 +371,7 @@
$issuingrulebranch = $branches->{$branch}->{'branchcode'};
}
else {
- warn $borrower->{'branchcode'}
-
+ $issuingrulebranch = $borrower->{'branchcode'};
}
my ($patrontable, $flaginfotable) = patrontable($borrower);