Bug 19377: (follow-up) Remove charge for 'books' in all sample data
authorNick Clemens <nick@bywatersolutions.com>
Sat, 7 Oct 2017 00:20:40 +0000 (00:20 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 27 Oct 2017 19:05:59 +0000 (16:05 -0300)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
installer/data/mysql/es-ES/optional/sample_itemtypes.sql
installer/data/mysql/pl-PL/optional/sample_itemtypes.sql

index 9180dec..8f07fed 100644 (file)
@@ -1,5 +1,5 @@
 INSERT INTO itemtypes (itemtype, description, rentalcharge, notforloan, imageurl, summary) VALUES
-('BK', 'Books',5,0,'bridge/book.gif',''),
+('BK', 'Books',0,0,'bridge/book.gif',''),
 ('MX', 'Mixed Materials',5,0,'bridge/kit.gif',''),
 ('CF', 'Computer Files',5,0,'bridge/computer_file.gif',''),
 ('MP', 'Maps',5,0,'bridge/map.gif',''),
index 6c5e57c..c782d21 100644 (file)
@@ -1,5 +1,5 @@
 INSERT INTO itemtypes (itemtype, description, rentalcharge, notforloan, imageurl, summary) VALUES
-('BK', 'Książki',5,0,'bridge/book.gif',''),
+('BK', 'Książki',0,0,'bridge/book.gif',''),
 ('MX', 'Materiały mieszane',5,0,'bridge/kit.gif',''),
 ('CF', 'Pliki komputerowe',5,0,'bridge/computer_file.gif',''),
 ('MP', 'Mapy',5,0,'bridge/map.gif',''),