It was showing Products Area instead of Products and Services Area
This commit is contained in:
parent
ccdaf2ffb4
commit
3d10d6a559
@ -48,7 +48,7 @@ $transAreaType = $langs->trans("ProductsAndServicesArea");
|
|||||||
$helpurl='';
|
$helpurl='';
|
||||||
if (! isset($_GET["type"]))
|
if (! isset($_GET["type"]))
|
||||||
{
|
{
|
||||||
$transAreaType = $langs->trans("ProductsArea");
|
$transAreaType = $langs->trans("ProductsAndServicesArea");
|
||||||
$helpurl='EN:Module_Products|FR:Module_Produits|ES:Módulo_Productos';
|
$helpurl='EN:Module_Products|FR:Module_Produits|ES:Módulo_Productos';
|
||||||
}
|
}
|
||||||
if ((isset($_GET["type"]) && $_GET["type"] == 0) || empty($conf->service->enabled))
|
if ((isset($_GET["type"]) && $_GET["type"] == 0) || empty($conf->service->enabled))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user