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

Mason James szrj1m at yahoo.com
Tue May 15 22:32:00 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Mason James <sushi>	07/05/15 20:32:00

Modified files:
	circ           : returns.pl 

Log message:
	oops, adding library_name syspref check;

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/returns.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.37.2.6.2.12&r2=1.37.2.6.2.13

Patches:
Index: returns.pl
===================================================================
RCS file: /sources/koha/koha/circ/returns.pl,v
retrieving revision 1.37.2.6.2.12
retrieving revision 1.37.2.6.2.13
diff -u -b -r1.37.2.6.2.12 -r1.37.2.6.2.13
--- returns.pl	14 May 2007 15:19:28 -0000	1.37.2.6.2.12
+++ returns.pl	15 May 2007 20:31:59 -0000	1.37.2.6.2.13
@@ -64,6 +64,7 @@
 
 my $branch  = getbranch( $query,  $branches );
 my $printer = getprinter( $query, $printers );
+my $library_name =  C4::Context->preference("LibraryName");
 
 
 #





More information about the Koha-cvs mailing list