Skip to content

Commit

Permalink
Fix: [ bug #427 ] Bad links to wiki help in certains menus
Browse files Browse the repository at this point in the history
  • Loading branch information
simnandez committed Jun 15, 2012
1 parent 18c5588 commit cf85f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htdocs/comm/propal/index.php
Expand Up @@ -51,7 +51,7 @@
$companystatic=new Societe($db);
$form = new Form($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);

Expand Down
2 changes: 1 addition & 1 deletion htdocs/commande/index.php
Expand Up @@ -49,7 +49,7 @@
$commandestatic=new Commande($db);
$form = new Form($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);

Expand Down

0 comments on commit cf85f67

Please sign in to comment.