ajout nom société pour issue #0000362

This commit is contained in:
Michael RICOIS 2010-09-28 13:01:37 +00:00
parent eb531bcf74
commit 78f7258a41

View File

@ -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 . '&nbsp;' . $commande->ville;
$output.= '<br/>'.$adresseKbis;