diff --git a/htdocs/admin/facture.php b/htdocs/admin/facture.php
index c1ca6c96398..7f5747426cd 100644
--- a/htdocs/admin/facture.php
+++ b/htdocs/admin/facture.php
@@ -25,6 +25,20 @@ if (!$user->admin)
accessforbidden();
+#if ($HTTP_POST_VARS["action"] == 'update')
+#{
+# dolibarr_set_const($db, "FAC_PDF_INTITULE2",$HTTP_POST_VARS["nom2"]);
+# dolibarr_set_const($db, "FAC_PDF_INTITULE",$HTTP_POST_VARS["nom"]);
+# dolibarr_set_const($db, "FAC_PDF_ADRESSE",$HTTP_POST_VARS["adresse"]);
+# dolibarr_set_const($db, "FAC_PDF_TEL",$HTTP_POST_VARS["tel"]);
+# dolibarr_set_const($db, "FAC_PDF_FAX",$HTTP_POST_VARS["fax"]);
+# dolibarr_set_const($db, "FAC_PDF_SIREN",$HTTP_POST_VARS["siren"]);
+# dolibarr_set_const($db, "FAC_PDF_SIRET",$HTTP_POST_VARS["siret"]);
+#
+# Header("Location: $PHP_SELF");
+#}
+
+
llxHeader();
@@ -60,8 +74,10 @@ $dir = "../includes/modules/facture/";
print_titre("Configuration du module Factures");
+/*
+ * Module numérotation
+ */
print "
";
-
print_titre("Module de numérotation des factures");
print '