From 6a21a75c0d6695f030f8edebba4f78730467dea4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 24 Sep 2011 17:38:55 +0200 Subject: Correct cost and fnap financing (closes #634) --- ishtar/templates/dashboard_operation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar/templates/dashboard_operation.html') diff --git a/ishtar/templates/dashboard_operation.html b/ishtar/templates/dashboard_operation.html index 71d9563d2..28f1dd9c6 100644 --- a/ishtar/templates/dashboard_operation.html +++ b/ishtar/templates/dashboard_operation.html @@ -471,7 +471,7 @@ {%for yr in dashboard.years %}{%trans "Nb."%}{%trans "Cost"%}{%trans "FNAP cost"%}{% endfor %}{%trans "Nb."%}{%trans "Cost"%}{%trans "FNAP cost"%} - {% for lbl, years in dashboard.survey.effective_by_dpt %} + {% for lbl, years in dashboard.excavation.effective_by_dpt %} {{lbl}}{%for nb, area, cost, fnap in years %}{{nb}}{{cost}}{{fnap}}{% endfor %} -- cgit v1.2.3