Mise a jour des champ total_ht, total_tva et total_ttc au niveau ligne
This commit is contained in:
parent
a53e6f7cfc
commit
9db8d71e56
@ -151,7 +151,7 @@ if ($_GET["propalid"] > 0)
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
$rowspan=8;
|
$rowspan=9;
|
||||||
|
|
||||||
// Société
|
// Société
|
||||||
print '<tr><td>'.$langs->trans('Company').'</td><td colspan="5">'.$societe->getNomUrl(1).'</td></tr>';
|
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>';
|
print '</td></tr>';
|
||||||
|
|
||||||
// Destinataire
|
// Destinataire
|
||||||
/* Remplacé par contacts de propal
|
|
||||||
$langs->load('mails');
|
$langs->load('mails');
|
||||||
print '<tr>';
|
print '<tr>';
|
||||||
print '<td>'.$langs->trans('MailTo').'</td>';
|
print '<td>'.$langs->trans('MailTo').'</td>';
|
||||||
@ -254,7 +253,6 @@ if ($_GET["propalid"] > 0)
|
|||||||
print '<td colspan="3"> </td>';
|
print '<td colspan="3"> </td>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
// Projet
|
// Projet
|
||||||
if ($conf->projet->enabled)
|
if ($conf->projet->enabled)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user