diff --git a/htdocs/product/index.php b/htdocs/product/index.php index f284078e14e..3097d91c50f 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -19,11 +19,11 @@ */ /** - \file htdocs/product/index.php - \ingroup product - \brief Page accueil des produits et services - \version $Id$ -*/ + * \file htdocs/product/index.php + * \ingroup product + * \brief Page accueil des produits et services + * \version $Id$ + */ require("./pre.inc.php"); require_once(DOL_DOCUMENT_ROOT.'/product.class.php'); @@ -114,7 +114,9 @@ else { print $statProducts.$statServices; } - +print ''.$langs->trans("Total").''; +print round($prodser[1][0])+round($prodser[1][1])+round($prodser[0][0])+round($prodser[0][1]); +print ''; print ''; print '';