Commit 829290c2 by Damien Moulard

fix admin reconversions export

parent 8225c2b7
......@@ -91,7 +91,6 @@ class ReconversionAdmin extends FluxAdmin
'tauxreconversionpercent' => 'tauxreconversionpercent',
'montantareconvertir' => 'montantareconvertir',
'montantcommission' => 'montantcommission',
'montantcommission' => 'montantcommission',
'Reference' => 'reference',
'Reconverti ?' => 'reconverti',
];
......
......@@ -641,7 +641,7 @@ abstract class Flux implements FluxInterface
public function getOperateurAndRole(): string
{
return $this->getOperateur() ? ($this->getOperateur()->__toString() . ' (' . $this->getRole() . ')') : $this->getRole();
return $this->getOperateur() ? ($this->getOperateur()->__toString() . ' (' . $this->getRole() . ')') : '';
}
public function __toString(): string
......
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