diff --git a/htdocs/product/list.php b/htdocs/product/list.php index c2fda22e532..4494f09aa76 100644 --- a/htdocs/product/list.php +++ b/htdocs/product/list.php @@ -953,7 +953,10 @@ if ($resql) // Type if (!empty($arrayfields['p.fk_product_type']['checked'])) { - print ''.$obj->fk_product_type.''; + print ''; + if ($obj->fk_product_type == 0) print $langs->trans("Product"); + else print $langs->trans("Service"); + print ''; if (!$i) $totalarray['nbfield']++; }