Fix Title customer proposal contact card

This commit is contained in:
Alexandre SPANGARO 2021-05-09 21:11:14 +02:00
parent 2dc2256545
commit dd76ff0f24

View File

@ -118,8 +118,9 @@ elseif ($action == 'setaddress' && $user->rights->propale->creer)
/*
* View
*/
llxHeader('', $langs->trans('Proposal'), 'EN:Commercial_Proposals|FR:Proposition_commerciale|ES:Presupuestos');
$title = $langs->trans('Proposal')." - ".$langs->trans('ContactsAddresses');
$helpurl = "EN:Commercial_Proposals|FR:Proposition_commerciale|ES:Presupuestos";
llxHeader('', $title, $helpurl);
$form = new Form($db);
$formcompany = new FormCompany($db);