From 9db8d71e56af964416c8399414aa626307244e51 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 16 Jun 2006 00:34:59 +0000 Subject: [PATCH] Mise a jour des champ total_ht, total_tva et total_ttc au niveau ligne --- htdocs/compta/propal.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)