FS::Record::qsearch - more portable, doesn't depend on $sth->execute returning
[freeside.git] / FS / FS / Invoice.pm
1 package FS::Invoice;
2
3 use strict;
4 use vars qw(@ISA);
5 use FS::cust_bill;
6
7 @ISA = qw(FS::cust_bill);
8
9 warn "FS::Invoice depriciated\n";
10
11 =head1 NAME
12
13 FS::Invoice - Legacy stub
14
15 =head1 SYNOPSIS
16
17 The functionality of FS::Invoice has been integrated in FS::cust_bill.
18
19 =cut
20
21 1;
22