diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php
index ba6d2bc4194..dfe3aa23c39 100644
--- a/htdocs/html.form.class.php
+++ b/htdocs/html.form.class.php
@@ -374,7 +374,9 @@ class Form
global $db,$langs,$user,$conf;
$langs->load("trips");
- if ($conf->produit->enabled && $conf->service->enabled)
+ // If product & services are enabled or both disabled.
+ if (($conf->produit->enabled && $conf->service->enabled)
+ || (empty($conf->produit->enabled) && empty($conf->service->enabled)))
{
print $langs->trans("Type").': ';
print '