X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpart%2F_basic_data.html;h=9e7fcee4dcac2c98838d95bd533b6122a4802e10;hb=6ceacc682f9c760e654f5aacde9b8480760d8b36;hp=fca9bb79efd889f35c1d32589bc3c9507afb80c0;hpb=d6f17d11b9affd401e97c3e79360aa20afb59f1d;p=kivitendo-erp.git diff --git a/templates/webpages/part/_basic_data.html b/templates/webpages/part/_basic_data.html index fca9bb79e..9e7fcee4d 100644 --- a/templates/webpages/part/_basic_data.html +++ b/templates/webpages/part/_basic_data.html @@ -28,7 +28,7 @@ [% 'Part Description' | $T8 %] - [% L.areainput_tag("part.description", SELF.part.description, size=40) %] + [% L.areainput_tag("part.description", SELF.part.description, size=40) %] @@ -112,7 +112,7 @@ [% 'Price Factor' | $T8 %] - [%- L.select_tag('part.price_factor_id', SELF.all_price_factors, default=SELF.part.price_factor_id, title_key='description', value_key='id', with_empty=1) %] + [%- L.select_tag('part.price_factor_id', SELF.all_price_factors, default=SELF.part.price_factor_id, title_key='description', value_key='id', with_empty=1) %] [%- END %] @@ -121,7 +121,7 @@ [% 'Unit' | $T8 %] [%- IF !SELF.part.id or SELF.part.orphaned # same logic as unit_changable %] - [%- L.select_tag('part.unit', SELF.all_units, default=SELF.part.unit, title_key='name', value_key='name') %] + [%- L.select_tag('part.unit', SELF.all_units, default=SELF.part.unit, title_key='name', value_key='name') %] [%- ELSE %] [% L.hidden_tag('part.unit', SELF.part.unit) %] [% HTML.escape(SELF.part.unit) %] [%- END %] @@ -219,17 +219,10 @@ -
[% PROCESS 'part/_pricegroup_prices.html' %] -
- -
[% PROCESS 'part/_customerprices.html' %] -
[%- UNLESS SELF.part.is_assembly %] -
[% PROCESS 'part/_makemodel.html' %] -
[% END %]