// Merge -> revision 8984

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8988 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-10-03 15:48:07 +00:00
parent 79115b2572
commit ae5fc92bf7
60 changed files with 669 additions and 356 deletions

View File

@@ -1315,7 +1315,6 @@ State:name
Country:name
phone' where `id_country`=10;
INSERT INTO `PREFIX_gender` (`id_gender`, `type`) VALUES
(1, 0),
(2, 1),
@@ -1337,3 +1336,11 @@ INSERT INTO `PREFIX_gender_lang` (`id_gender`, `id_lang`, `name`) VALUES
(3, 3, 'Miss'),
(3, 4, 'Miss'),
(3, 5, 'Miss');
UPDATE `PREFIX_address_format` set `format` = 'firstname lastname
company
address1
address2
city State:name postcode
Country:name
phone' WHERE `PREFIX_address_format`.`id_country` =4;