X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2d9a0b60529098aaa1be761688718d935f355005..c5d397d9b1c2e13dfdaf644fbd98cd41d00a2909:/templates/webpages/requirement_spec/_show_basic_settings.html diff --git a/templates/webpages/requirement_spec/_show_basic_settings.html b/templates/webpages/requirement_spec/_show_basic_settings.html index 83b6d1ea8..af756288c 100644 --- a/templates/webpages/requirement_spec/_show_basic_settings.html +++ b/templates/webpages/requirement_spec/_show_basic_settings.html @@ -14,13 +14,13 @@
[% LxERP.t8("This requirement spec is currently not linked to a project.") %]
[% ELSE %] -| [% LxERP.t8("Project Number") %]: | -[% HTML.escape(SELF.requirement_spec.project.projectnumber) %] | -
| [% LxERP.t8("Description") %]: | -[% HTML.escape(SELF.requirement_spec.project.description) %] | -
| [% LxERP.t8("Customer") %]: | -[% HTML.escape(SELF.requirement_spec.project.customer.name) %] | -
| [% LxERP.t8("Type") %]: | -[% HTML.escape(SELF.requirement_spec.project.project_type.description) %] | -
| [% LxERP.t8("Status") %]: | -[% HTML.escape(SELF.requirement_spec.project.project_status.description) %] | -