Commit 9b230366 by Julien Jorry

Fix export operation : add expediteur and destinataire

parent abec6164
...@@ -206,6 +206,8 @@ class FluxController extends AbstractController ...@@ -206,6 +206,8 @@ class FluxController extends AbstractController
// Prepare the data source // Prepare the data source
$fields = [ $fields = [
'Date' => 'createdAt', 'Date' => 'createdAt',
'Expediteur' => 'flux.expediteur',
'Destinataire' => 'flux.destinataire',
'Montant' => 'montant', 'Montant' => 'montant',
'Type parent' => 'flux.parenttype', 'Type parent' => 'flux.parenttype',
'Type' => 'flux.type', 'Type' => 'flux.type',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment