Fix Title customer proposal notes card
This commit is contained in:
parent
dd76ff0f24
commit
dbccb75294
@ -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);
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user