X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d1054383fa90478db0424f5dc255d5836bc494d7..2d0387d1624b5b7ed6b13b79b9d5a87ce9b6d12b:/templates/webpages/part/_basic_data.html diff --git a/templates/webpages/part/_basic_data.html b/templates/webpages/part/_basic_data.html index 90d5eeceb..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 %] @@ -133,7 +145,7 @@ [% '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 %]