Fix: [ bug #427 ] Bad links to wiki help in certains menus
This commit is contained in:
parent
18c5588c5e
commit
cf85f6708e
@ -51,7 +51,7 @@ $propalstatic=new Propal($db);
|
|||||||
$companystatic=new Societe($db);
|
$companystatic=new Societe($db);
|
||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
$formfile = new FormFile($db);
|
$formfile = new FormFile($db);
|
||||||
$help_url="EN:Module_Commercial_Proposals|FR:Module_Propositions_commerciales|ES:Módulo Presupuestos";
|
$help_url="EN:Module_Commercial_Proposals|FR:Module_Propositions_commerciales|ES:Módulo_Presupuestos";
|
||||||
|
|
||||||
llxHeader("",$langs->trans("ProspectionArea"),$help_url);
|
llxHeader("",$langs->trans("ProspectionArea"),$help_url);
|
||||||
|
|
||||||
|
|||||||
@ -49,7 +49,7 @@ if ($user->societe_id > 0)
|
|||||||
$commandestatic=new Commande($db);
|
$commandestatic=new Commande($db);
|
||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
$formfile = new FormFile($db);
|
$formfile = new FormFile($db);
|
||||||
$help_url="EN:Module_Customers_Orders|FR:Module_Commandes_Clients|ES:Módulo Pedidos de clientes";
|
$help_url="EN:Module_Customers_Orders|FR:Module_Commandes_Clients|ES:Módulo_Pedidos_de_clientes";
|
||||||
|
|
||||||
llxHeader("",$langs->trans("Orders"),$help_url);
|
llxHeader("",$langs->trans("Orders"),$help_url);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user