Browse Source

Fix Title supplier proposal note card

Alexandre SPANGARO 4 years ago
parent
commit
d66d38a846

+ 1 - 1
htdocs/supplier_proposal/card.php

@@ -1035,7 +1035,7 @@ if (empty($reshook)) {
 /*
  * 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';
 llxHeader('', $title, $help_url);
 

+ 1 - 3
htdocs/supplier_proposal/contact.php

@@ -98,11 +98,9 @@ if ($action == 'addcontact' && $permissiontoedit) {
 /*
  * 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';
 llxHeader('', $title, $help_url);
-$help_url = '';
-llxHeader('', $langs->trans("SupplierProposals"), $help_url);
 
 $form = new Form($db);
 $formcompany = new FormCompany($db);

+ 3 - 2
htdocs/supplier_proposal/note.php

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