X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0db760fd70816d2199a188799534c3ef3d8d36ec..2be3ec7cd2f7aeefb78b126cf8fd8b4e2e2fb767:/templates/webpages/part/_basic_data.html?ds=sidebyside
diff --git a/templates/webpages/part/_basic_data.html b/templates/webpages/part/_basic_data.html
index 38b15d2e5..00ee4adf7 100644
--- a/templates/webpages/part/_basic_data.html
+++ b/templates/webpages/part/_basic_data.html
@@ -23,16 +23,12 @@
| [% 'Part Classification' | $T8 %] |
- [% P.select_classification('part.classification_id', default => SELF.part.classification_id) %] |
+ [% P.select_classification('part.classification_id', default => SELF.part.classification_id, type => SELF.parts_classification_filter ) %] |
| [% 'Part Description' | $T8 %] |
- [%- IF description_area %]
-
- [%- ELSE %]
- [% L.input_tag("part.description", SELF.part.description, size=40) %] |
- [%- END %]
+ [% L.areainput_tag("part.description", SELF.part.description, size=40) %]