http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15053 --- Comment #8 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 44125 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44125 Bug 15053: Fix fr-FR, ru-RU and uk-UK sample creator data Review of attachment 44125: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15053&attachment=44125) ----------------------------------------------------------------- Same for both RU and UK files. ::: installer/data/mysql/ru-RU/optional/print_labels.sql @@ -17,5 @@
-LOCK TABLES `labels_conf` WRITE; -/*!40000 ALTER TABLE `labels_conf` DISABLE KEYS */; -INSERT INTO `labels_conf` -(id,barcodetype,title,subtitle,itemtype,barcode,dewey,classification,subclass,itemcallnumber,author,issn,isbn,startlabel, -printingtype,formatstring,layoutname,guidebox,active,fonttype,ccode,callnum_split)
Why remove the fields list completely? It would have been good to keep updated. @@ -21,5 @@
-printingtype,formatstring,layoutname,guidebox,active,fonttype,ccode,callnum_split) -VALUES -(5,'CODE39',2,0,3,0,0,0,0,4,1,0,0,1,'BIBBAR','библио-запись и штрих-код',1,1,NULL,NULL,NULL,NULL), -(6,'CODE39',2,0,0,0,0,3,4,0,1,0,3,1,'BAR','переменный',1,1,NULL,NULL,NULL,NULL), -(7,'CODE39',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,1,'PATCRD','Карточки идентификации посетителей',1,NULL,NULL,NULL,NULL,NULL);
This last one looks strange, but why not keep the strange data? -- You are receiving this mail because: You are watching all bug changes.