Mise a jour des champ total_ht, total_tva et total_ttc au niveau ligne

This commit is contained in:
Laurent Destailleur 2006-06-16 00:34:59 +00:00
parent a53e6f7cfc
commit 9db8d71e56

View File

@ -151,7 +151,7 @@ if ($_GET["propalid"] > 0)
print '</td>';
print '</tr>';
$rowspan=8;
$rowspan=9;
// Société
print '<tr><td>'.$langs->trans('Company').'</td><td colspan="5">'.$societe->getNomUrl(1).'</td></tr>';
@ -231,7 +231,6 @@ if ($_GET["propalid"] > 0)
print '</td></tr>';
// Destinataire
/* Remplacé par contacts de propal
$langs->load('mails');
print '<tr>';
print '<td>'.$langs->trans('MailTo').'</td>';
@ -254,7 +253,6 @@ if ($_GET["propalid"] > 0)
print '<td colspan="3">&nbsp;</td>';
}
}
*/
// Projet
if ($conf->projet->enabled)