coral-erm / coral

CORAL ERM main repository
http://coral-erm.org/
Other
52 stars 64 forks source link

"Total" field is missing in dashboard_yearly_costs export #636

Closed oliviercrouzet closed 4 years ago

oliviercrouzet commented 4 years ago

needs to add this (line 66) :

+    $columnHeaders[] = _("Total");
     echo array_to_csv_row($columnHeaders);

and this (line 93) :

+        $dashboardValues[] = $result['costDetailsSum'];
         echo array_to_csv_row($dashboardValues);