1 package Koha
::AdditionalField
;
5 Koha::AdditionalField - Koha::Object derived class for additional fields
11 use base
qw(Koha::Object);
15 sub _type
{ 'AdditionalField' }
19 Koha Development Team <http://koha-community.org/>
21 =head1 COPYRIGHT AND LICENSE
23 Copyright 2013, 2018 BibLibre
25 This file is part of Koha.
27 Koha is free software; you can redistribute it and/or modify it under the
28 terms of the GNU General Public License as published by the Free Software
29 Foundation; either version 3 of the License, or (at your option) any later
32 Koha is distributed in the hope that it will be useful, but WITHOUT ANY
33 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
34 A PARTICULAR PURPOSE. See the GNU General Public License for more details.
36 You should have received a copy of the GNU General Public License along
37 with Koha; if not, see <http://www.gnu.org/licenses>.