X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frequirement_spec%2F_show_basic_settings.html;h=db7bf49c270cc7a378dde90e14566230233bed1e;hb=ca1326b0da51bd220a9de2cbeef2ed3e54cff6d1;hp=83b6d1ea885cc5ea1263efc6b4c1fea128a08996;hpb=2d9a0b60529098aaa1be761688718d935f355005;p=kivitendo-erp.git 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 %]