// Fix Birthday in customer CSV file

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15645 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-05-23 15:06:47 +00:00
parent 3697b4816a
commit 1ebf42d2c6
+2 -2
View File
@@ -1,3 +1,3 @@
id;Active (0/1);Gender ID (Mr=1, Ms=2, else 9);E-mail*;Password*;Birthday;Lastname*;Firstname*;Newletter (0/1);Opt-in (0/1)
1;1;1;johndoe@prestashop.com;#res152EDRF;sous quelle forme ? ;Doe;John;1;1
2;1;2;mariedoe@prestashop.com;58@ret26#;sous quelle forme ? ;Doe;Marie;0;1
1;1;1;johndoe@prestashop.com;#res152EDRF;1987-09-21;Doe;John;1;1
2;1;2;mariedoe@prestashop.com;58@ret26#;1986-10-14;Doe;Marie;0;1
1 id Active (0/1) Gender ID (Mr=1, Ms=2, else 9) E-mail* Password* Birthday Lastname* Firstname* Newletter (0/1) Opt-in (0/1)
2 1 1 1 johndoe@prestashop.com #res152EDRF sous quelle forme ? 1987-09-21 Doe John 1 1
3 2 1 2 mariedoe@prestashop.com 58@ret26# sous quelle forme ? 1986-10-14 Doe Marie 0 1