ajout nom société pour issue #0000362
This commit is contained in:
parent
eb531bcf74
commit
78f7258a41
@ -353,7 +353,8 @@ function afficheCommande($commande, $type){
|
||||
if ( $commande->type=='C' ) {
|
||||
$output.= 'Commmande de kbis original par courrier.';
|
||||
//Affichage de l'adresse
|
||||
$adresseKbis = $commande->nom . '<br/>' .
|
||||
$adresseKbis = strtoupper($commande->societe) . '<br/>' .
|
||||
$commande->nom . '<br/>' .
|
||||
$commande->adresse . '<br/>' .
|
||||
$commande->cp . ' ' . $commande->ville;
|
||||
$output.= '<br/>'.$adresseKbis;
|
||||
|
Loading…
x
Reference in New Issue
Block a user