Update card.php

$help_url = 'EN:Ask_Price_Supplier|FR:Demande_de_prix_fournisseur';

llxHeader('', $langs->trans('CommRequests'), $help_url);
This commit is contained in:
UT from dolibit 2021-03-16 16:35:35 +01:00 committed by GitHub
parent 8246eb814b
commit a65f4e5990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1036,7 +1036,9 @@ if (empty($reshook)) {
* View
*/
llxHeader('', $langs->trans('CommRequests'), 'EN:Ask_Price_Supplier|FR:Demande_de_prix_fournisseur');
$help_url = 'EN:Ask_Price_Supplier|FR:Demande_de_prix_fournisseur';
llxHeader('', $langs->trans('CommRequests'), $help_url);
$form = new Form($db);
$formother = new FormOther($db);