From 866118ff98e1669d0dcd88e30d0917f260eee213 Mon Sep 17 00:00:00 2001 From: rangi Date: Thu, 1 Feb 2001 04:09:11 +0000 Subject: [PATCH] Made sure the printer queue value was being set before calling print --- circ/circulation.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/circ/circulation.pl b/circ/circulation.pl index a1298c66e8..5c3acc9702 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -30,6 +30,7 @@ if ($query->param('selectnewbranchprinter')) { } $env{'branchcode'}=$branch; $env{'printer'}=$printer; +$env{'queue'}=$printer; my $branchcount=0; my $printercount=0; my $branchoptions; -- 2.39.2