X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/df41380a9c1150938985322c48ef20fe7f2cd98b..69e526ee5:/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 1b04cd94f..c9a2d69d4 100644
--- a/templates/webpages/part/_basic_data.html
+++ b/templates/webpages/part/_basic_data.html
@@ -20,9 +20,13 @@
| [% 'Part Number' | $T8 %] |
[% SET readonly = 1 %]
- [% UNLESS SELF.part.id %][% readonly = 0 %][% END %]
+ [%- IF !SELF.part.id or SELF.part.orphaned %][% 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 %] |
|