koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/circ circulation.pl


From: Antoine Farnault
Subject: [Koha-cvs] koha/circ circulation.pl
Date: Tue, 05 Jun 2007 09:48:31 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Antoine Farnault <toins>        07/06/05 09:48:31

Modified files:
        circ           : circulation.pl 

Log message:
        removing a compilation warn.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/circulation.pl?cvsroot=koha&r1=1.113&r2=1.114

Patches:
Index: circulation.pl
===================================================================
RCS file: /sources/koha/koha/circ/circulation.pl,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -b -r1.113 -r1.114
--- circulation.pl      4 May 2007 10:18:00 -0000       1.113
+++ circulation.pl      5 Jun 2007 09:48:31 -0000       1.114
@@ -70,7 +70,7 @@
 
 # new op dev the branch and the printer are now defined by the userenv
 my $branch  = C4::Context->userenv->{'branch'};
-my $printer = C4::Context->userenv->{'branchprinter'};
+$printer = C4::Context->userenv->{'branchprinter'};
 
 # If Autolocated is not activated, we show the Circulation Parameters to chage 
settings of librarian
     if (C4::Context->preference("AutoLocation") ne 1)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]