X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/73816905c58dc0b2bcfde5dc27011c3cc483faa6..8e082571fb1ea2d8a46b863a764a56fb26823226:/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..db7bf49c2 100644 --- a/templates/webpages/requirement_spec/_show_basic_settings.html +++ b/templates/webpages/requirement_spec/_show_basic_settings.html @@ -48,33 +48,7 @@

[% 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) %]
- + [% INCLUDE 'requirement_spec/_project_link_details.html' requirement_spec=SELF.requirement_spec %] [% END %] [% END %]