From 8853312b58202112437a0c2ab7ef19a823f2974e Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 5 Mar 2007 09:25:57 +0000 Subject: [PATCH] Eine Variable $qty_readonly gibt es ansonsten nicht. --- bin/mozilla/io.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 6fa6718a7..5b2b55c41 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -355,11 +355,10 @@ sub display_row { } $column_data{"unit"} = "" . - ($qty_readonly ? " " : AM->unit_select_html($is_part ? $dimension_units : $is_assigned ? $service_units : $all_units, "unit_$i", $this_unit, - $is_assigned ? $form->{"unit_$i"} : undef)) + $is_assigned ? $form->{"unit_$i"} : undef) . ""; # build in drop down list for pricesgroups -- 2.20.1