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
|
* View
|
||||||
*/
|
*/
|
||||||
$title = $langs->trans('Proposal')." - ".$langs->trans('ContactsAddresses');
|
$title = $langs->trans('Proposal')." - ".$langs->trans('ContactsAddresses');
|
||||||
$helpurl = "EN:Commercial_Proposals|FR:Proposition_commerciale|ES:Presupuestos";
|
$help_url = "EN:Commercial_Proposals|FR:Proposition_commerciale|ES:Presupuestos";
|
||||||
llxHeader('', $title, $helpurl);
|
llxHeader('', $title, $help_url);
|
||||||
|
|
||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
$formcompany = new FormCompany($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);
|
$form = new Form($db);
|
||||||
|
|
||||||
|
$title = $langs->trans('Proposal')." - ".$langs->trans('Notes');
|
||||||
$help_url = 'EN:Commercial_Proposals|FR:Proposition_commerciale|ES:Presupuestos';
|
$help_url = 'EN:Commercial_Proposals|FR:Proposition_commerciale|ES:Presupuestos';
|
||||||
|
llxHeader('', $title, $help_url);
|
||||||
llxHeader('', $langs->trans('Proposal'), $help_url);
|
|
||||||
|
|
||||||
if ($object->id > 0) {
|
if ($object->id > 0) {
|
||||||
if ($object->fetch_thirdparty() > 0) {
|
if ($object->fetch_thirdparty() > 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user