projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfa5486
)
Eine Variable $qty_readonly gibt es ansonsten nicht.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 5 Mar 2007 09:25:57 +0000
(09:25 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 5 Mar 2007 09:25:57 +0000
(09:25 +0000)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
6fa6718
..
5b2b55c
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-355,11
+355,10
@@
sub display_row {
}
$column_data{"unit"} = "<td>" .
- ($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)
. "</td>";
# build in drop down list for pricesgroups