diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 947d3f3cc19..977464eefad 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -632,6 +632,10 @@ if ($_GET["propalid"]) print '
| '.filesize($file). ' bytes | '; print ''.strftime("%d %b %Y %H:%M:%S",filemtime($file)).' | '; } - + $file = PROPALE_OUTPUTDIR . "/$propal->ref/$propal->ref-entete.pdf"; + if (file_exists($file)) + { + print "||
| '.$propal->ref.'-entete.pdf | '; + print ''.filesize($file). ' bytes | '; + print ''.strftime("%d %b %Y %H:%M:%S",filemtime($file)).' | |
| Modèle | "; |