[Koha-cvs] koha/barcodes create_labels_conf_table.sql [rel_2_2]

Joshua Ferraro jmf at kados.org
Wed Jul 26 15:02:26 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Joshua Ferraro <kados>	06/07/26 13:02:26

Modified files:
	barcodes       : create_labels_conf_table.sql 

Log message:
	adds subclass and itemcallnumber

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/barcodes/create_labels_conf_table.sql?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.2&r2=1.1.2.3

Patches:
Index: create_labels_conf_table.sql
===================================================================
RCS file: /sources/koha/koha/barcodes/create_labels_conf_table.sql,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- create_labels_conf_table.sql	20 Jul 2006 14:57:59 -0000	1.1.2.2
+++ create_labels_conf_table.sql	26 Jul 2006 13:02:26 -0000	1.1.2.3
@@ -32,7 +32,7 @@
 -- Dumping data for table `labels_conf`
 --
 
-INSERT INTO `labels_conf` VALUES (3,'Code39',NULL,1,1,NULL,1,1,NULL,'Gaylord8511',1,'both',NULL);
+INSERT INTO `labels_conf` VALUES (3,'Code39',NULL,1,1,NULL,1,1,NULL,1,1,'Gaylord8511',1,'both',NULL);
 
 
 --





More information about the Koha-cvs mailing list