From: Moritz Bunkus Date: Mon, 5 Mar 2007 09:25:57 +0000 (+0000) Subject: Eine Variable $qty_readonly gibt es ansonsten nicht. X-Git-Tag: release-2.4.3^2~636 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8853312b58202112437a0c2ab7ef19a823f2974e;p=kivitendo-erp.git Eine Variable $qty_readonly gibt es ansonsten nicht. --- 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