Commit 9b230366 by Julien Jorry

Fix export operation : add expediteur and destinataire

parent abec6164
......@@ -206,6 +206,8 @@ class FluxController extends AbstractController
// Prepare the data source
$fields = [
'Date' => 'createdAt',
'Expediteur' => 'flux.expediteur',
'Destinataire' => 'flux.destinataire',
'Montant' => 'montant',
'Type parent' => 'flux.parenttype',
'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