[Koha-cvs] koha/circ circulation.pl [dev_week]

Mason James szrj1m at yahoo.com
Wed May 16 08:59:46 CEST 2007


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);





More information about the Koha-cvs mailing list