[-] BO : #PSCFV-731 : change type int by string for zipcode_from and zipcode_to
&& check this zip codes && display errors && normalize git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15187 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1857,8 +1857,8 @@ CREATE TABLE `PREFIX_tax_rule` (
|
||||
`id_tax_rules_group` int(11) NOT NULL,
|
||||
`id_country` int(11) NOT NULL,
|
||||
`id_state` int(11) NOT NULL,
|
||||
`zipcode_from` INT NOT NULL,
|
||||
`zipcode_to` INT NOT NULL,
|
||||
`zipcode_from` VARCHAR(12) NOT NULL,
|
||||
`zipcode_to` VARCHAR(12) NOT NULL,
|
||||
`id_tax` int(11) NOT NULL,
|
||||
`behavior` int(11) NOT NULL,
|
||||
`description` VARCHAR( 100 ) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user