Correction lien

This commit is contained in:
Michael RICOIS 2011-09-12 19:01:21 +00:00
parent ecdb37cf4b
commit bf946b26c7

View File

@ -103,7 +103,7 @@ if(count($listeCmd)>0){
}else{
$type = 'actes';
}
$emailTxt.= '<td style="padding:5px"><a href="/?page=greffes&vue='.$type.'&siret='.$cmd->siren.'">'.$cmd->refDocument.'</a></td>';
$emailTxt.= '<td style="padding:5px"><a href="'.Zend_View::url(array('controller'=>'pieces', 'action'=>$type, 'siret'=>$cmd->siren)).'">'.$cmd->refDocument.'</a></td>';
$emailTxt.= '<td style="padding:5px">'.$cmd->dateCommande.'</td>';
$emailTxt.= '</tr>';
}