X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/65d2537d658b99b005a18c6663bc1293b41a1d83..aae306cda6274d:/templates/webpages/part_classification/form.html diff --git a/templates/webpages/part_classification/form.html b/templates/webpages/part_classification/form.html index 0c52727dc..2725df2fe 100755 --- a/templates/webpages/part_classification/form.html +++ b/templates/webpages/part_classification/form.html @@ -22,6 +22,10 @@ [% LxERP.t8('Used for Sale') %] [% L.checkbox_tag("part_classification.used_for_sale", checked=(SELF.part_classification.used_for_sale ? 1:'')) %] + + [% LxERP.t8('Report separately') %] + [% L.checkbox_tag("part_classification.report_separate", checked=(SELF.part_classification.report_separate ? 1:'')) %] +