Fix Title customer proposal notes card

This commit is contained in:
Alexandre SPANGARO 2021-05-09 21:13:29 +02:00
parent dd76ff0f24
commit dbccb75294
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -71,9 +71,9 @@ include DOL_DOCUMENT_ROOT.'/core/actions_setnotes.inc.php'; // Must be include,
$form = new Form($db);
$title = $langs->trans('Proposal')." - ".$langs->trans('Notes');
$help_url = 'EN:Commercial_Proposals|FR:Proposition_commerciale|ES:Presupuestos';
llxHeader('', $langs->trans('Proposal'), $help_url);
llxHeader('', $title, $help_url);
if ($object->id > 0) {
if ($object->fetch_thirdparty() > 0) {