Removed a comma after last item in structure for 0_tax_types, line 1596
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 15 Jan 2010 10:46:03 +0000 (10:46 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 15 Jan 2010 10:46:03 +0000 (10:46 +0000)
CHANGELOG.txt
sql/en_US-new.sql

index 24ebb9b110b3a3a62e9492851519574b3fb4173d..000b365ff1a0676644b7db754e8a908dc266e61d 100644 (file)
@@ -24,6 +24,8 @@ $ -> Affected files
 $ /includes/page/footer.inc
   /includes/ui/ui_view.inc
   /includes/main.inc
+# Removed a comma after last item in structure for 0_tax_types, line 1596
+$ /sql/en_US-new.sql
   
 14-Jan-2010 Joe Hunt
 # A couple of small bugs were fixed in average material cost
index a2c3db2ff2321d9a31e1286b2fc7447c305df1fb..46066b3f5e69c49bfcbb41dfa674a9a04936552a 100644 (file)
@@ -1593,7 +1593,7 @@ CREATE TABLE `0_tax_types` (
   `purchasing_gl_code` varchar(11) NOT NULL default '',
   `name` varchar(60) NOT NULL default '',
   `inactive` tinyint(1) NOT NULL default '0',
-  PRIMARY KEY  (`id`),
+  PRIMARY KEY  (`id`)
 ) TYPE=InnoDB AUTO_INCREMENT=2 ;