Correction erreur nom
This commit is contained in:
parent
b9e8115af4
commit
9de9e10987
|
@ -325,7 +325,7 @@ elseif ($f->type_facture == CERFA)
|
|||
$t['objet1'] = $plugin->getConfig('objet_1');
|
||||
$t['objet2'] = $plugin->getConfig('objet_2');
|
||||
|
||||
$t['nom'] = $c->identite;
|
||||
$t['nom'] = $c->nom;
|
||||
$t['adresse'] = $c->adresse;
|
||||
$t['cp'] = $c->code_postal;
|
||||
$t['ville'] = $c->ville;
|
||||
|
|
Loading…
Reference in New Issue