Génération du courrier

This commit is contained in:
Michael RICOIS 2011-12-14 16:59:10 +00:00
parent 19821fd803
commit 6d402c348e
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ $compteur++;
<?php if ($item->typeCommande=='G'):?>
<u>Commande Greffe standard</u><br/>
<?php elseif ($item->typeCommande=='C'):?>
<u>Commande Greffe par courrier S&D</u><br/>
<u>Commande Greffe par <a href="<?=$this->url(array('controller'=>'dashboard', 'action'=>'courrier', 'commande'=>'C'.$item->idCommande))?>" target="_blank">courrier</a> S&D</u><br/>
<a href="<?=$this->url(array(
'controller'=>'dashboard',
'action' => 'courrier',

View File

@ -76,7 +76,7 @@ $compteur++;
<?php if ($item->type=='M'):?>
<u>Commande de kbis par Mail</u><br/>
<?php elseif ($item->type=='C'):?>
<u>Commande de kbis original par Courrier</u><br/>
<u>Commande de kbis original par <a href="<?=$this->url(array('controller'=>'dashboard', 'action'=>'courrier', 'commande'=>'K'.$item->id))?>" target="_blank">Courrier</a></u><br/>
<?=$item->societe?><br/>
<?=$item->nom?><br/>
<?=$item->adresse?><br/>