Fix Title customer proposal documents card

This commit is contained in:
Alexandre SPANGARO 2021-05-09 21:15:54 +02:00
parent dbccb75294
commit 9cec7e5936

View File

@ -102,8 +102,9 @@ if ($object->id > 0) {
/* /*
* View * View
*/ */
$title = $langs->trans('Proposal')." - ".$langs->trans('Documents');
llxHeader('', $langs->trans('Proposal'), 'EN:Commercial_Proposals|FR:Proposition_commerciale|ES:Presupuestos'); $help_url = 'EN:Commercial_Proposals|FR:Proposition_commerciale|ES:Presupuestos';
llxHeader('', $title, $help_url);
$form = new Form($db); $form = new Form($db);