From: Olivier Tétard Date: Sun, 10 Mar 2013 20:02:52 +0000 (+0100) Subject: Correction de la déclaration du champs souscription_dons.recu_fiscal X-Git-Url: http://olivier.miskin.fr/git/?a=commitdiff_plain;h=70b506c951b8437f5bcfc2b61e6edd10ebbc33c6;p=spip_souscriptions.git Correction de la déclaration du champs souscription_dons.recu_fiscal --- 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"