From 70b506c951b8437f5bcfc2b61e6edd10ebbc33c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20T=C3=A9tard?= Date: Sun, 10 Mar 2013 21:02:52 +0100 Subject: [PATCH] =?utf8?q?Correction=20de=20la=20d=C3=A9claration=20du=20c?= =?utf8?q?hamps=20souscription=5Fdons.recu=5Ffiscal?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- base/souscription.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/souscription.php b/base/souscription.php index 0b34005..f25286a 100644 --- a/base/souscription.php +++ b/base/souscription.php @@ -53,7 +53,7 @@ function souscription_declarer_tables_objets_sql($tables) { "code_postal" => "text NOT NULL DEFAULT ''", "adresse" => "text NOT NULL DEFAULT ''", "ville" => "text NOT NULL DEFAULT ''", - "recu_fiscal" => "varchar(3) NOT NULL DEFAULT 0", + "recu_fiscal" => "varchar(3) NOT NULL DEFAULT ''", "envoyer_info" => "varchar(3) NOT NULL DEFAULT ''", "date_souscription " => "datetime NOT NULL DEFAULT '0000-00-00 00:00:00'", "maj" => "TIMESTAMP" -- 2.30.2