From ff26495d07a2ce65c556391d633cc0849c481ca2 Mon Sep 17 00:00:00 2001 From: tonnesen Date: Fri, 28 Jun 2002 03:42:11 +0000 Subject: [PATCH] Introduced an annoying bug that duplicated everything in iteminfo and branch dropdowns today. This fixes it. --- C4/Output.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Output.pm b/C4/Output.pm index a4d6253b68..ed8b01cd36 100644 --- a/C4/Output.pm +++ b/C4/Output.pm @@ -502,7 +502,6 @@ sub getkeytableselectoptions { $sth->execute; while ( ($key, $desc) = $sth->fetchrow) { if ($showkey || ! $desc ) { $desc="$key - $desc"; } - $selectclause.="