Bug 19377: (follow-up) Remove charge for 'books' in ru-RU sample data
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 27 Oct 2017 18:33:14 +0000 (15:33 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 27 Oct 2017 19:06:06 +0000 (16:06 -0300)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
installer/data/mysql/ru-RU/optional/library_item_types.sql

index b8e0da3..ba62626 100644 (file)
@@ -2,7 +2,7 @@ SET foreign_key_checks = 0;
 TRUNCATE itemtypes;
 SET foreign_key_checks = 1;
 INSERT INTO itemtypes (itemtype, description, rentalcharge, notforloan, imageurl, summary) VALUES
-('BK', ' Книги',5,0,'bridge/book.gif',''),
+('BK', ' Книги',0,0,'bridge/book.gif',''),
 ('MX', 'Смешанные атериалы',5,0,'bridge/kit.gif',''),
 ('CF', 'Компьютерные файлы',5,0,'bridge/computer_file.gif',''),
 ('MP', 'Карты',5,0,'bridge/map.gif',''),