From cae655f928f9d6e2907b4b5961324f41f46d6112 Mon Sep 17 00:00:00 2001 From: toins Date: Tue, 5 Jun 2007 09:48:31 +0000 Subject: [PATCH] removing a compilation warn. --- circ/circulation.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1