diff --git a/htdocs/product/categorie.php b/htdocs/product/categorie.php index 97fe8b3c7d2..eb4f9edffe3 100644 --- a/htdocs/product/categorie.php +++ b/htdocs/product/categorie.php @@ -17,8 +17,17 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * $Id$ + * $Source$ */ +/** + \file htdocs/product/categorie.php + \ingroup product + \brief Page de l'onglet categories de produits + \version $Revision$ +*/ + require("./pre.inc.php"); require_once(DOL_DOCUMENT_ROOT."/product.class.php"); require_once(DOL_DOCUMENT_ROOT."/categories/categorie.class.php"); @@ -127,6 +136,14 @@ if ($_GET["id"] || $_GET["ref"]) $head[$h][1] = $langs->trans('Statistics'); $h++; + $head[$h][0] = DOL_URL_ROOT."/product/stats/facture.php?id=".$product->id; + $head[$h][1] = $langs->trans('Referers'); + $h++; + + $head[$h][0] = DOL_URL_ROOT.'/product/document.php?id='.$product->id; + $head[$h][1] = $langs->trans('Documents'); + $h++; + $titre=$langs->trans("CardProduct".$product->type); dolibarr_fiche_head($head, $hselected, $titre); @@ -196,15 +213,17 @@ if ($_GET["id"] || $_GET["ref"]) print $langs->trans("AddProductToCat")."

"; print ''; - print ""; - print ""; - print "
'; + print '

"; + print ''; + print ''; + print '
'; } $db->close(); diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php index 6ad51de9ac1..643c78fc631 100644 --- a/htdocs/product/fournisseurs.php +++ b/htdocs/product/fournisseurs.php @@ -25,7 +25,7 @@ /** \file htdocs/product/fournisseurs.php \ingroup product - \brief Page de la fiche produit + \brief Page de l'onglet fournisseur de produits \version $Revision$ */