Fix Title supplier proposal card
This commit is contained in:
parent
19bae333c9
commit
7e44494a98
@ -1035,10 +1035,9 @@ if (empty($reshook)) {
|
|||||||
/*
|
/*
|
||||||
* View
|
* View
|
||||||
*/
|
*/
|
||||||
|
$title = $langs->trans('CommRequests')." - ".$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('', $langs->trans('CommRequests'), $help_url);
|
|
||||||
|
|
||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
$formother = new FormOther($db);
|
$formother = new FormOther($db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user