X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpart%2F_basic_data.html;h=322acff38fc2354e1ef45d5e5039b8ef5bbe0e05;hb=faf31da3a0c5112557d491f6bae9c32d3843781f;hp=6b79e51aad5699ffb6b4bb640782e2814225d586;hpb=65d2537d658b99b005a18c6663bc1293b41a1d83;p=kivitendo-erp.git diff --git a/templates/webpages/part/_basic_data.html b/templates/webpages/part/_basic_data.html index 6b79e51aa..322acff38 100644 --- a/templates/webpages/part/_basic_data.html +++ b/templates/webpages/part/_basic_data.html @@ -19,22 +19,16 @@ - [% SET readonly = 1 %] - [% UNLESS SELF.part.id %][% readonly = 0 %][% END %] - + - + - [%- END %] + [% L.areainput_tag("part.description", SELF.part.description, size=40) %] @@ -229,6 +223,9 @@ [% PROCESS 'part/_pricegroup_prices.html' %] +
+ [% PROCESS 'part/_customerprices.html' %] +
[%- UNLESS SELF.part.is_assembly %]
[% PROCESS 'part/_makemodel.html' %] @@ -239,4 +236,3 @@
[% 'Part Number' | $T8 %][% L.input_tag("part.partnumber", SELF.part.partnumber, size=40, readonly=readonly class="initial_focus") %][% L.input_tag("part.partnumber", SELF.part.partnumber, size=40, class="initial_focus") %]
[% 'Part Classification' | $T8 %][% P.select_classification('part.classification_id', default => SELF.part.classification_id) %][% 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) %]

-