Koha/C4/SIP/ILS/Transaction/FeePayment.pm
Joe Atzberger (siptest ba673bcc43 Correct package name.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-06-05 22:43:30 -05:00

14 lines
167 B
Perl

package ILS::Transaction::FeePayment;
use Exporter;
use warnings;
use strict;
use ILS;
use ILS::Transaction;
our @ISA = qw(Exporter ILS::Transaction);
1;
__END__