X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpart%2F_basic_data.html;h=fca9bb79efd889f35c1d32589bc3c9507afb80c0;hb=94ebf17421d5c36082909c1b01c7a6b8b1540493;hp=00ee4adf790e4932212d9d39ed27c285905be7f3;hpb=4fd03c0080466299b66a6eb56f7db40a9c151612;p=kivitendo-erp.git diff --git a/templates/webpages/part/_basic_data.html b/templates/webpages/part/_basic_data.html index 00ee4adf7..fca9bb79e 100644 --- a/templates/webpages/part/_basic_data.html +++ b/templates/webpages/part/_basic_data.html @@ -23,7 +23,7 @@ [% '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 %] @@ -151,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 %] @@ -223,6 +223,9 @@ [% PROCESS 'part/_pricegroup_prices.html' %] +
+ [% PROCESS 'part/_customerprices.html' %] +
[%- UNLESS SELF.part.is_assembly %]
[% PROCESS 'part/_makemodel.html' %]