X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ce904bd69f1eaafe99dbdda7956471b2ea219feb..41a1b801:/templates/webpages/part/_basic_data.html
diff --git a/templates/webpages/part/_basic_data.html b/templates/webpages/part/_basic_data.html
index 47202069c..fca9bb79e 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, type => SELF.parts_classification_filter ) %] |
+ [% P.part.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) %]
@@ -155,7 +151,7 @@
[% IF SELF.all_warehouses.size %]
| [% 'Default Warehouse' | $T8 %] |
- [% L.select_tag('part.warehouse_id', SELF.all_warehouses, default=SELF.part.warehouse.id, title_key='description', with_empty=>1) %]
+ | [% L.select_tag('part.warehouse_id', SELF.all_warehouses, default=SELF.part.warehouse.id, title_key='description', with_empty=1) %]
|
[% END %]
@@ -227,6 +223,9 @@
[% PROCESS 'part/_pricegroup_prices.html' %]
+
+ [% PROCESS 'part/_customerprices.html' %]
+
[%- UNLESS SELF.part.is_assembly %]
[% PROCESS 'part/_makemodel.html' %]