X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frequirement_spec%2F_show_time_and_cost_estimate_item.html;h=897d50fa590f8c3df143e82bcd01939b61f67dd6;hb=b8a9076330788981d439d15791d83711057855de;hp=f12cf5743e21a44147329dafa081f4d8fe0b0d8b;hpb=a7db9b362855bd38046dd5d55c1f2cfcba4a26b1;p=kivitendo-erp.git diff --git a/templates/webpages/requirement_spec/_show_time_and_cost_estimate_item.html b/templates/webpages/requirement_spec/_show_time_and_cost_estimate_item.html index f12cf5743..897d50fa5 100644 --- a/templates/webpages/requirement_spec/_show_time_and_cost_estimate_item.html +++ b/templates/webpages/requirement_spec/_show_time_and_cost_estimate_item.html @@ -17,7 +17,7 @@ [%- IF item.children.size -%] - [%- FOREACH child = item.children -%] + [%- FOREACH child = item.children_sorted -%] [%- INCLUDE 'requirement_spec/_show_time_and_cost_estimate_item.html' item = child level = level + 1 -%]