Correction fichier bilan

This commit is contained in:
Michael RICOIS 2011-12-13 11:38:22 +00:00
parent 1a21fe3cfa
commit fc9769976d

View File

@ -373,9 +373,10 @@ class DashboardController extends Zend_Controller_Action
$listCommandes[$i]->siren.'-'. $listCommandes[$i]->siren.'-'.
trim($listCommandes[$i]->refDocument).'.pdf'; trim($listCommandes[$i]->refDocument).'.pdf';
if(file_exists($pathData.'/pdf/'$refFile)){ if(file_exists($refFile)){
$suffixe = 'bilan'; $document = '<a href="./fichier/pdf/bilan-'.
$document = '<a href="./fichier/pdf/'.$refFile. $listCommandes[$i]->siren.'-'.
trim($listCommandes[$i]->refDocument).'.pdf'.
'" target="_blank">'.$document.'</a>'; '" target="_blank">'.$document.'</a>';
} }