X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/65d2537d658b99b005a18c6663bc1293b41a1d83..fbcd5580:/templates/webpages/part_classification/list.html diff --git a/templates/webpages/part_classification/list.html b/templates/webpages/part_classification/list.html index 52ded516b..f7bb1c26c 100644 --- a/templates/webpages/part_classification/list.html +++ b/templates/webpages/part_classification/list.html @@ -18,6 +18,7 @@ [%- LxERP.t8('TypeAbbreviation') %] [%- LxERP.t8('Used for Purchase') %] [%- LxERP.t8('Used for Sale') %] + [%- LxERP.t8('Report separately') %] @@ -33,6 +34,7 @@ [%- HTML.escape(LxERP.t8(part_classification.abbreviation)) %] [% IF part_classification.used_for_purchase %][% LxERP.t8('Yes') %][% ELSE %][% LxERP.t8('No') %][% END %] [% IF part_classification.used_for_sale %][% LxERP.t8('Yes') %][% ELSE %][% LxERP.t8('No') %][% END %] + [% IF part_classification.report_separate %][% LxERP.t8('Yes') %][% ELSE %][% LxERP.t8('No') %][% END %] [%- END %]