diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php
index c913ab4bcb3..565b7cdf171 100644
--- a/htdocs/fourn/facture/fiche.php
+++ b/htdocs/fourn/facture/fiche.php
@@ -21,10 +21,22 @@
* $Source$
*
*/
+
+/*!
+ \file htdocs/fourn/facture/fiche.php
+ \ingroup facture
+ \brief Page des la fiche facture fournisseur
+ \version $Revision$
+*/
+
require("./pre.inc.php");
require("./paiementfourn.class.php");
require("../../facturefourn.class.php");
+$langs->load("bills");
+$langs->load("companies");
+
+
/*
* Sécurité accés client
*/
@@ -174,9 +186,10 @@ llxHeader();
if ($mesg) { print "
$mesg
"; }
+
/*
*
- * Fiche de creation
+ * Fiche facture en mode creation
*
*/
@@ -191,7 +204,7 @@ if ($_GET["action"] == 'create' or $_GET["action"] == 'copy')
print '