[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/circ returns.pl [dev_week]
From: |
Mason James |
Subject: |
[Koha-cvs] koha/circ returns.pl [dev_week] |
Date: |
Tue, 15 May 2007 20:32:00 +0000 |
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");
#