X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5067d7bd31514962af9730b33323b831d87164f8..ed11f8c7cbf055eee2a32328b09189fcf6f29b53:/templates/webpages/part/_basic_data.html
diff --git a/templates/webpages/part/_basic_data.html b/templates/webpages/part/_basic_data.html
index 1131c2059..1b04cd94f 100644
--- a/templates/webpages/part/_basic_data.html
+++ b/templates/webpages/part/_basic_data.html
@@ -23,10 +23,6 @@
[% UNLESS SELF.part.id %][% readonly = 0 %][% END %]
[% L.input_tag("part.partnumber", SELF.part.partnumber, size=40, readonly=readonly class="initial_focus") %] |
-
- | [% 'Part Classification' | $T8 %] |
- [% P.select_classification('part.classification_id', default => SELF.part.classification_id) %] |
-
| [% 'Part Description' | $T8 %] |
@@ -43,7 +39,7 @@
|
[%- IF SELF.all_partsgroups.size %]
- | [% 'Group' | $T8 %] |
+ [% 'Partsgroup' | $T8 %] |
[%- L.select_tag('part.partsgroup_id', SELF.all_partsgroups, default=SELF.part.partsgroup_id, title_key='partsgroup', value_key='id', with_empty=1 style='width: 200px') %] |
[% END %]