X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Frequirement_spec_item%2F_function_block_content_bottom.html;h=0f8c01f20e9975158822b31583846f7a5db5faf6;hb=7e31f203df4cabbd9fa2c65a93be2e0abafc25b5;hp=8e1665ab1be3aae6566ed5a93e117e114b58b674;hpb=442b26e2b4f442a41fbe5fa256b12c0e01219190;p=kivitendo-erp.git diff --git a/templates/webpages/requirement_spec_item/_function_block_content_bottom.html b/templates/webpages/requirement_spec_item/_function_block_content_bottom.html index 8e1665ab1..0f8c01f20 100644 --- a/templates/webpages/requirement_spec_item/_function_block_content_bottom.html +++ b/templates/webpages/requirement_spec_item/_function_block_content_bottom.html @@ -1,7 +1,7 @@ [%- USE LxERP -%][%- USE P -%]
[%- IF requirement_spec_item.dependencies.size -%] - [%- LxERP.t8("Dependencies") -%]: [%- P.requirement_spec_item_dependency_list(requirement_spec_item) -%] + [%- LxERP.t8("Dependencies") -%]: [%- requirement_spec_item.presenter.requirement_spec_item_dependency_list -%]
[%- END -%] @@ -9,7 +9,7 @@   |   [%- LxERP.t8("Risk") -%]: [%- requirement_spec_item.risk.description -%]   |   - [%- LxERP.t8("Time estimate") -%]: TODO: Zeitabschätzung + [%- LxERP.t8("Time estimate") -%]: [% P.format_man_days(requirement_spec_item.time_estimation, skip_zero=1) %]