// Delete Accounting #2

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15166 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vSchoener
2012-05-10 10:36:05 +00:00
parent 782e13ea15
commit 9a80c774e9
20 changed files with 63 additions and 221 deletions
+1 -1
View File
@@ -1747,7 +1747,7 @@ CREATE TABLE `PREFIX_tax` (
`id_tax` int(10) unsigned NOT NULL auto_increment,
`rate` DECIMAL(10, 3) NOT NULL,
`active` tinyint(1) unsigned NOT NULL default '1',
`deleted` tinyint(1) unsigned NOT NULL default '0',s
`deleted` tinyint(1) unsigned NOT NULL default '0',
PRIMARY KEY (`id_tax`)
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;