diff --git a/htdocs/comm/propal.php3 b/htdocs/comm/propal.php3
index 51bf8a717a6..e00527c4c68 100644
--- a/htdocs/comm/propal.php3
+++ b/htdocs/comm/propal.php3
@@ -527,15 +527,15 @@ if ($propalid)
*
*/
- print "
";
- print_titre("Documents générés");
+ print '';
+ print_titre('Documents');
print "";
$file = PROPALE_OUTPUTDIR . "/$obj->ref/$obj->ref.pdf";
if (file_exists($file))
{
print "| Propale PDF | ";
- print ''.$obj->ref.'.pdf | ';
+ print ''.$propal->ref.'.pdf | ';
print ''.filesize($file). ' bytes | ';
print ''.strftime("%d %b %Y %H:%M:%S",filemtime($file)).' | ';
}
|
|