Bug 8000: (QA follow-up) Fix accidently edited sysprefs.sql file
[koha.git] / Koha / Acquisition / Bookseller / Contacts.pm
blob053e7a6d9757b9eec584b8a97a7624b214d10d26
1 package Koha::Acquisition::Bookseller::Contacts;
3 use Modern::Perl;
5 use Carp;
7 use base qw( Koha::Objects );
9 use Koha::Acquisition::Bookseller::Contact;
11 sub _type {
12 return 'Aqcontact';
15 sub object_class {
16 return 'Koha::Acquisition::Bookseller::Contact';