Merge pull request #16736 from dolibit-ut/patch-97

Update card.php
This commit is contained in:
Laurent Destailleur 2021-03-17 16:58:42 +01:00 committed by GitHub
commit 35b0b0a82e
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);