Fix Title customer proposal info card

This commit is contained in:
Alexandre SPANGARO 2021-05-09 21:19:13 +02:00
parent 9cec7e5936
commit c2319c0a20
2 changed files with 4 additions and 2 deletions

View File

@ -37,7 +37,7 @@ if (!empty($conf->projet->enabled)) {
}
// Load translation files required by the page
$langs->loadLangs(array('compta', 'other', 'companies'));
$langs->loadLangs(array('propal', 'compta', 'other', 'companies'));
$action = GETPOST('action', 'alpha');
$confirm = GETPOST('confirm', 'alpha');

View File

@ -59,7 +59,9 @@ restrictedArea($user, 'propal', $object->id);
$form = new Form($db);
llxHeader('', $langs->trans('Proposal'), 'EN:Commercial_Proposals|FR:Proposition_commerciale|ES:Presupuestos');
$title = $langs->trans('Proposal')." - ".$langs->trans('Info');
$help_url = 'EN:Commercial_Proposals|FR:Proposition_commerciale|ES:Presupuestos';
llxHeader('', $title, $help_url);
$object->fetch_thirdparty();