From: toins Date: Tue, 5 Jun 2007 09:48:31 +0000 (+0000) Subject: removing a compilation warn. X-Git-Tag: dev_week~221 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=cae655f928f9d6e2907b4b5961324f41f46d6112;p=koha_ffzg removing a compilation warn. --- diff --git a/circ/circulation.pl b/circ/circulation.pl index 38bd6ff113..72b3308df0 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -70,7 +70,7 @@ my $borrowernumber = $query->param('borrowernumber'); # 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)