From a9b24e2e7ed9dc6b4a7def9bdc5ded9734d56c44 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 13 Nov 2007 16:23:58 -0600 Subject: [PATCH] corrected en version of sample_labels.sql Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- installer/data/mysql/en/optional/sample_labels.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/en/optional/sample_labels.sql b/installer/data/mysql/en/optional/sample_labels.sql index de95c457f4..e2cf4dfb2e 100644 --- a/installer/data/mysql/en/optional/sample_labels.sql +++ b/installer/data/mysql/en/optional/sample_labels.sql @@ -10,6 +10,8 @@ INSERT INTO `labels_templates` VALUES UNLOCK TABLES; LOCK TABLES `labels_conf` WRITE; /*!40000 ALTER TABLE `labels_conf` DISABLE KEYS */; -INSERT INTO `labels_conf` VALUES (5,'CODE39',2,3,0,0,0,0,4,1,0,0,1,'BIBBAR','biblio and barcode',1,NULL,NULL,0),(6,'CODE39',2,0,0,0,3,4,0,1,0,3,1,'BAR','alternating',1,1,NULL,0); +INSERT INTO `labels_conf` VALUES +(5,'CODE39',2,0,3,0,0,0,0,4,1,0,0,1,'BIBBAR','biblio and barcode',1,1,NULL,NULL,NULL,NULL), +(6,'CODE39',2,0,0,0,0,3,4,0,1,0,3,1,'BAR','alternating',1,1,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `labels_conf` ENABLE KEYS */; UNLOCK TABLES; -- 2.39.2