projects
/
spip_souscriptions.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5d7f42
)
Correction de la déclaration du champs souscription_dons.recu_fiscal
author
Olivier Tétard
<olivier.tetard@miskin.fr>
Sun, 10 Mar 2013 20:02:52 +0000
(21:02 +0100)
committer
Olivier Tétard
<olivier.tetard@miskin.fr>
Sun, 10 Mar 2013 20:02:52 +0000
(21:02 +0100)
base/souscription.php
patch
|
blob
|
history
diff --git
a/base/souscription.php
b/base/souscription.php
index
0b34005
..
f25286a
100644
(file)
--- 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"