Commandes par courrier pour certains départements
This commit is contained in:
parent
1e362b2ad3
commit
a506e869ea
@ -74,10 +74,7 @@ $compteur++;
|
||||
</td>
|
||||
<td width="34%">
|
||||
<?php if ($item->type=='M'){?>
|
||||
<u>Commande de kbis par Mail</u><br/>
|
||||
<?php if ( in_array($item->CP, array('00','57','67','68','97','98')) ) { ?>
|
||||
(<a href="<?=$this->url(array('controller'=>'dashboard', 'action'=>'courrier', 'commande'=>'K'.$item->id))?>" target="_blank">Courrier</a>)
|
||||
<?php }?>
|
||||
<u>Commande de kbis par Mail</u>(<a href="<?=$this->url(array('controller'=>'dashboard', 'action'=>'courrier', 'commande'=>'K'.$item->id))?>" target="_blank">Courrier</a>)<br/>
|
||||
<?php } elseif ($item->type=='C') {?>
|
||||
<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/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user