Merge branch 'ConstructionConsent/add-export' into 'master'
added export feature constr consent See merge request fronk/thetool!1305
This commit is contained in:
@@ -1193,7 +1193,7 @@ class ConstructionConsentController extends mfBaseController {
|
||||
'Geändert am',
|
||||
'Genehmigung überschrieben'
|
||||
];
|
||||
fputcsv($output, $headers, ',');
|
||||
fputcsv($output, $headers, ';');
|
||||
|
||||
if ($items) {
|
||||
foreach ($items as $item) {
|
||||
@@ -1240,7 +1240,7 @@ class ConstructionConsentController extends mfBaseController {
|
||||
date('d.m.Y H:i:s', $item->edit),
|
||||
$item->approve_override,
|
||||
];
|
||||
fputcsv($output, $row, ',');
|
||||
fputcsv($output, $row, ';');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user