X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;ds=sidebyside;f=installer%2Fdata%2Fmysql%2Fnb-NO%2F2-Valgfritt%2Fsample_itemtypes.sql;h=7cba5ba9d828716fde7293a0c44f604afbd7e581;hb=7d8b96803f664d86762a6afb966051f7d565c40e;hp=c66e817d4028911a35dbd64d6905b640c54082af;hpb=f098258e8cf2d616c6bbc35e44c6a1df47be8517;p=srvgit diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/sample_itemtypes.sql b/installer/data/mysql/nb-NO/2-Valgfritt/sample_itemtypes.sql index c66e817d40..7cba5ba9d8 100644 --- a/installer/data/mysql/nb-NO/2-Valgfritt/sample_itemtypes.sql +++ b/installer/data/mysql/nb-NO/2-Valgfritt/sample_itemtypes.sql @@ -6,24 +6,25 @@ -- -- This file is part of Koha. -- --- Koha is free software; you can redistribute it and/or modify it under the --- terms of the GNU General Public License as published by the Free Software --- Foundation; either version 2 of the License, or (at your option) any later --- version. --- --- Koha is distributed in the hope that it will be useful, but WITHOUT ANY --- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR --- A PARTICULAR PURPOSE. See the GNU General Public License for more details. --- --- You should have received a copy of the GNU General Public License along --- with Koha; if not, write to the Free Software Foundation, Inc., --- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +-- Koha is free software; you can redistribute it and/or modify it +-- under the terms of the GNU General Public License as published by +-- the Free Software Foundation; either version 3 of the License, or +-- (at your option) any later version. +-- +-- Koha is distributed in the hope that it will be useful, but +-- WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with Koha; if not, see . -INSERT INTO `itemtypes` VALUES ('BK', 'Bøker',5,0,'bridge/book.gif',''); -INSERT INTO `itemtypes` VALUES ('MX', 'Blandet innhold',5,0,'bridge/kit.gif',''); -INSERT INTO `itemtypes` VALUES ('CF', 'Datafiler',5,0,'bridge/computer_file.gif',''); -INSERT INTO `itemtypes` VALUES ('MP', 'Kart',5,0,'bridge/map.gif',''); -INSERT INTO `itemtypes` VALUES ('VM', 'Visuelt materiale',5,1,'bridge/dvd.gif',''); -INSERT INTO `itemtypes` VALUES ('MU', 'Musikk',5,0,'bridge/sound.gif',''); -INSERT INTO `itemtypes` VALUES ('CR', 'Periodika',5,0,'bridge/periodical.gif',''); -INSERT INTO `itemtypes` VALUES ('REF', 'Oppslagsverk',0,1,'',''); +INSERT INTO itemtypes (itemtype, description, rentalcharge, notforloan, imageurl, summary) VALUES +('BK', 'Bøker',0,0,'bridge/book.gif',''), +('MX', 'Blandet innhold',0,0,'bridge/kit.gif',''), +('CF', 'Datafiler',0,0,'bridge/computer_file.gif',''), +('MP', 'Kart',0,0,'bridge/map.gif',''), +('VM', 'Visuelt materiale',0,1,'bridge/dvd.gif',''), +('MU', 'Musikk',5,0,'bridge/sound.gif',''), +('CR', 'Periodika',0,0,'bridge/periodical.gif',''), +('REF', 'Oppslagsverk',0,1,'','');