enhance membertype tooltip

This commit is contained in:
Frédéric FRANCE 2023-02-13 22:51:46 +01:00
parent 364e8a554a
commit 3e91a4b1d1

View File

@ -2740,7 +2740,7 @@ class FactureFournisseur extends CommonInvoice
$alreadypaid = $this->alreadypaid;
}
$$datas['picto'] .= ' '.$this->getLibStatut(5, $alreadypaid);
$datas['picto'] .= ' '.$this->getLibStatut(5, $alreadypaid);
}
if ($moretitle) {
$datas['picto'] .= ' - '.$moretitle;