Fix Title customer proposal card

This commit is contained in:
Alexandre SPANGARO 2021-05-09 21:08:55 +02:00
parent 8cc100012d
commit 2dc2256545

View File

@ -1445,8 +1445,9 @@ if (!empty($conf->projet->enabled)) {
$formproject = new FormProjets($db);
}
$title = $langs->trans('Proposal')." - ".$langs->trans('Card');
$help_url = 'EN:Commercial_Proposals|FR:Proposition_commerciale|ES:Presupuestos|DE:Modul_Angebote';
llxHeader('', $langs->trans('Proposal'), $help_url);
llxHeader('', $title, $help_url);
$now = dol_now();