diff --git a/htdocs/compta/propal.php b/htdocs/compta/propal.php
index cc2c0187f29..fb12de747cf 100644
--- a/htdocs/compta/propal.php
+++ b/htdocs/compta/propal.php
@@ -151,7 +151,7 @@ if ($_GET["propalid"] > 0)
print '';
print '';
- $rowspan=8;
+ $rowspan=9;
// Société
print '
| '.$langs->trans('Company').' | '.$societe->getNomUrl(1).' |
';
@@ -231,7 +231,6 @@ if ($_GET["propalid"] > 0)
print '';
// Destinataire
-/* Remplacé par contacts de propal
$langs->load('mails');
print '';
print '| '.$langs->trans('MailTo').' | ';
@@ -254,7 +253,6 @@ if ($_GET["propalid"] > 0)
print ' | ';
}
}
-*/
// Projet
if ($conf->projet->enabled)