Correction de la déclaration du champs souscription_dons.recu_fiscal
authorOlivier Tétard <olivier.tetard@miskin.fr>
Sun, 10 Mar 2013 20:02:52 +0000 (21:02 +0100)
committerOlivier Tétard <olivier.tetard@miskin.fr>
Sun, 10 Mar 2013 20:02:52 +0000 (21:02 +0100)
base/souscription.php

index 0b34005..f25286a 100644 (file)
@@ -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"