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

Joshua Ferraro jmf at kados.org
Thu Jul 20 16:57:59 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Joshua Ferraro <kados>	06/07/20 14:57:59

Modified files:
	barcodes       : create_labels_conf_table.sql 

Log message:
	adding support for 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.1&r2=1.1.2.2

Patches:
Index: create_labels_conf_table.sql
===================================================================
RCS file: /sources/koha/koha/barcodes/create_labels_conf_table.sql,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- create_labels_conf_table.sql	19 Jul 2006 01:58:04 -0000	1.1.2.1
+++ create_labels_conf_table.sql	20 Jul 2006 14:57:59 -0000	1.1.2.2
@@ -18,6 +18,8 @@
   `barcode` tinyint(1) default '0',
   `dewey` tinyint(1) default '0',
   `class` tinyint(1) default '0',
+  `subclass` tinyint(1) default '0',
+  `itemcallnumber` tinyint(1) default '0',
   `author` tinyint(1) default '0',
   `papertype` char(100) default '',
   `startrow` int(2) default NULL,





More information about the Koha-cvs mailing list