Bug 19377: (follow-up) Remove charge for 'books' in all sample data

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>
This commit is contained in:
Nick Clemens 2017-10-07 00:20:40 +00:00 committed by Jonathan Druart
parent dcb87888de
commit 9dbc12cced
2 changed files with 2 additions and 2 deletions

View 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',''),

View 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',''),