X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpart%2F_basic_data.html;h=fca9bb79efd889f35c1d32589bc3c9507afb80c0;hb=486d0a3bc8e6ff90823a1b5e0461d0b61c11b771;hp=0fb2b3bf64dbb919dba3441cae043e00e9d1825b;hpb=13fb6d811d39a8af7144451ada59f2f7d4eb491a;p=kivitendo-erp.git diff --git a/templates/webpages/part/_basic_data.html b/templates/webpages/part/_basic_data.html index 0fb2b3bf6..fca9bb79e 100644 --- a/templates/webpages/part/_basic_data.html +++ b/templates/webpages/part/_basic_data.html @@ -19,18 +19,16 @@ - [% SET readonly = 1 %] - [% UNLESS SELF.part.id %][% readonly = 0 %][% END %] - + + + + + - [%- END %] + [% L.areainput_tag("part.description", SELF.part.description, size=40) %] @@ -39,7 +37,7 @@ [%- IF SELF.all_partsgroups.size %] - + [% END %] @@ -153,7 +151,7 @@ [% IF SELF.all_warehouses.size %] - [% END %] @@ -225,6 +223,9 @@ [% PROCESS 'part/_pricegroup_prices.html' %] +
+ [% PROCESS 'part/_customerprices.html' %] +
[%- UNLESS SELF.part.is_assembly %]
[% PROCESS 'part/_makemodel.html' %] @@ -235,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.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) %]
[% 'Group' | $T8 %][% 'Partsgroup' | $T8 %] [%- L.select_tag('part.partsgroup_id', SELF.all_partsgroups, default=SELF.part.partsgroup_id, title_key='partsgroup', value_key='id', with_empty=1 style='width: 200px') %]
[% '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) %]

-