Fix Title supplier proposal card

This commit is contained in:
Alexandre SPANGARO 2021-05-10 06:24:30 +02:00
parent 19bae333c9
commit 7e44494a98

View File

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