Fix Title supplier proposal note card

This commit is contained in:
Alexandre SPANGARO 2021-05-10 06:36:22 +02:00
parent 100b0f297e
commit d66d38a846
3 changed files with 5 additions and 6 deletions

View File

@ -1035,7 +1035,7 @@ if (empty($reshook)) {
/* /*
* View * View
*/ */
$title = $langs->trans('CommRequests')." - ".$langs->trans('Card'); $title = $langs->trans('CommRequest')." - ".$langs->trans('Card');
$help_url = 'EN:Ask_Price_Supplier|FR:Demande_de_prix_fournisseur'; $help_url = 'EN:Ask_Price_Supplier|FR:Demande_de_prix_fournisseur';
llxHeader('', $title, $help_url); llxHeader('', $title, $help_url);

View File

@ -98,11 +98,9 @@ if ($action == 'addcontact' && $permissiontoedit) {
/* /*
* View * View
*/ */
$title = $langs->trans('CommRequests')." - ".$langs->trans('ContactsAddresses'); $title = $langs->trans('CommRequest')." - ".$langs->trans('ContactsAddresses');
$help_url = 'EN:Ask_Price_Supplier|FR:Demande_de_prix_fournisseur'; $help_url = 'EN:Ask_Price_Supplier|FR:Demande_de_prix_fournisseur';
llxHeader('', $title, $help_url); llxHeader('', $title, $help_url);
$help_url = '';
llxHeader('', $langs->trans("SupplierProposals"), $help_url);
$form = new Form($db); $form = new Form($db);
$formcompany = new FormCompany($db); $formcompany = new FormCompany($db);

View File

@ -61,8 +61,9 @@ include DOL_DOCUMENT_ROOT.'/core/actions_setnotes.inc.php'; // Must be include,
/* /*
* View * View
*/ */
$title = $langs->trans('CommRequest')." - ".$langs->trans('Notes');
llxHeader('', $langs->trans('CommRequest'), 'EN:Ask_Price_Supplier|FR:Demande_de_prix_fournisseur'); $help_url = 'EN:Ask_Price_Supplier|FR:Demande_de_prix_fournisseur';
llxHeader('', $title, $help_url);
$form = new Form($db); $form = new Form($db);