Revision 8853312b
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
355 | 355 |
} |
356 | 356 |
|
357 | 357 |
$column_data{"unit"} = "<td>" . |
358 |
($qty_readonly ? " " : |
|
359 | 358 |
AM->unit_select_html($is_part ? $dimension_units : |
360 | 359 |
$is_assigned ? $service_units : $all_units, |
361 | 360 |
"unit_$i", $this_unit, |
362 |
$is_assigned ? $form->{"unit_$i"} : undef))
|
|
361 |
$is_assigned ? $form->{"unit_$i"} : undef) |
|
363 | 362 |
. "</td>"; |
364 | 363 |
|
365 | 364 |
# build in drop down list for pricesgroups |
Auch abrufbar als: Unified diff
Eine Variable $qty_readonly gibt es ansonsten nicht.