koha-cvs
[Top][All Lists]
Advanced

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

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


From: paul poulain
Subject: [Koha-cvs] koha/circ circulation.pl [rel_3_0]
Date: Fri, 22 Dec 2006 17:10:29 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     paul poulain <tipaul>   06/12/22 17:10:29

Modified files:
        circ           : circulation.pl 

Log message:
        removing comment

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/circulation.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.97.2.18&r2=1.97.2.19

Patches:
Index: circulation.pl
===================================================================
RCS file: /sources/koha/koha/circ/circulation.pl,v
retrieving revision 1.97.2.18
retrieving revision 1.97.2.19
diff -u -b -r1.97.2.18 -r1.97.2.19
--- circulation.pl      18 Dec 2006 17:50:14 -0000      1.97.2.18
+++ circulation.pl      22 Dec 2006 17:10:29 -0000      1.97.2.19
@@ -69,7 +69,7 @@
 
 # new op dev the branch and the printer are now defined by the userenv
 my $branch  = C4::Context->userenv->{'branch'};
-$printer = C4::Context->userenv->{'branchprinter'}; # FIXME, printer is 
already defined by GetPrinter
+my $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]