Correction erreur nom

This commit is contained in:
Jean-Christophe Engel 2023-10-23 19:56:44 +02:00
parent b9e8115af4
commit 9de9e10987
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ elseif ($f->type_facture == CERFA)
$t['objet1'] = $plugin->getConfig('objet_1'); $t['objet1'] = $plugin->getConfig('objet_1');
$t['objet2'] = $plugin->getConfig('objet_2'); $t['objet2'] = $plugin->getConfig('objet_2');
$t['nom'] = $c->identite; $t['nom'] = $c->nom;
$t['adresse'] = $c->adresse; $t['adresse'] = $c->adresse;
$t['cp'] = $c->code_postal; $t['cp'] = $c->code_postal;
$t['ville'] = $c->ville; $t['ville'] = $c->ville;