Project 'cooperatic/kohinos-tav' was moved to 'agplv3/kohinos-tav'. Please update any links and bookmarks that may still have the old path.
Commit f201d4ee by Yvon Kerdoncuff

Merge branch 'fix-admin-export-reconversions' into 'ssa-gironde'

fix admin reconversions export

See merge request cooperatic/kohinos-tav!108
parents 4916c79d 829290c2
......@@ -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