Bug 24828: Add ability to specify cash register in SIP config
[koha.git] / Koha / Acquisition / Bookseller / Contact.pm
blob61da32eac03073e6d3d217570081ba042a38bfd7
1 package Koha::Acquisition::Bookseller::Contact;
3 use Modern::Perl;
5 use base qw( Koha::Object );
7 use Carp qw( croak );
9 sub _type {
10 return 'Aqcontact';