diff --git a/htdocs/comm/propal/apercu.php b/htdocs/comm/propal/apercu.php
index e2df10e2be8..56a229b63ac 100644
--- a/htdocs/comm/propal/apercu.php
+++ b/htdocs/comm/propal/apercu.php
@@ -147,17 +147,6 @@ if ($id > 0 || ! empty($ref))
print '
'.dol_print_date(dol_filemtime($file),'dayhour').' | ';
print '';
- // Si fichier detail PDF existe
- // TODO obsolete ?
- if (file_exists($filedetail))
- {
- print "| Propal detaillee | ";
-
- print ''.$object->ref.'-detail.pdf | ';
- print ''.dol_print_size(dol_filesize($filedetail)).' | ';
- print ''.dol_print_date(dol_filemtime($filedetail),'dayhour').' | ';
- print '
';
- }
print "\n";
// Conversion du PDF en image png si fichier png non existant