package Koha::AdditionalFieldValue;
use Modern::Perl;
use Koha::AdditionalField;
use base 'Koha::Object';
=head3 field
Return the Koha:AdditionalField object for this AdditionalFeidlValue
Return the Koha:AdditionalField object for this AdditionalFeildValue
=cut
-