update report csv format

This commit is contained in:
2020-07-28 10:44:00 +02:00
parent d92e1d8d5c
commit 0ee945eed3
2 changed files with 4 additions and 2 deletions

View File

@@ -1126,6 +1126,8 @@ class ReportController extends AbstractController
$tbproject= [];
$tbproject["projectname"] = $project->getDisplayname();
$tbproject["name"] = $project->getname();
$tbproject["customer"] = $project->getCustomer()->getName();
// Somme event validé par semaine
$start=new \Datetime('first day of this month');
$start->sub(new \DateInterval('P'.$nbmonth.'M'));