X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpart%2F_basic_data.html;h=ba18da2661ee53e5b96c11c23564178116616523;hb=82034151ec366dadc859bb418bdfa41e780ca62b;hp=65f0182b522413559028474185d6c175b73b390e;hpb=a75d454b181f20aeb18c85649ad230f78eb897e2;p=kivitendo-erp.git diff --git a/templates/webpages/part/_basic_data.html b/templates/webpages/part/_basic_data.html index 65f0182b5..ba18da266 100644 --- a/templates/webpages/part/_basic_data.html +++ b/templates/webpages/part/_basic_data.html @@ -75,6 +75,18 @@ + [% IF CUSTOM_VARIABLES_FIRST_TAB %] + [% 'Unchecked custom variables will not appear in orders and invoices.' | $T8 %] + [%- FOREACH var = CUSTOM_VARIABLES_FIRST_TAB %] + + [% var.VALID_BOX %] + [%- IF !var.partsgroup_filtered %] + [% HTML.escape(var.description) %] + [%- END %] + + [% var.HTML_CODE %] + [%- END %] + [% END %] @@ -84,9 +96,9 @@ - + @@ -133,7 +145,7 @@ -
[% PROCESS 'part/_pricegroup_prices.html' %] -
- -
[% PROCESS 'part/_customerprices.html' %] -
[%- UNLESS SELF.part.is_assembly %] -
[% PROCESS 'part/_makemodel.html' %] -
[% END %]
[% 'Updated' | $T8 %][% 'Price updated' | $T8 %] - [% SELF.part.priceupdate.to_kivitendo | html %] + [% SELF.part.last_price_update.valid_from.to_kivitendo | html %]
[% 'Weight' | $T8 %] [%- IF SELF.part.is_assembly %] - [% LxERP.format_amount(SELF.part.weight) %] + [% LxERP.format_amount(SELF.part.weight) %] [% ELSE %] [% L.input_tag('part.weight_as_number', SELF.part.weight_as_number, size=10, class='reformat_number numeric') %] [% END %] @@ -219,17 +231,10 @@