X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_tax_exempt_pkg.pm;h=128921b9cf0a1a7941b4557b4141c36a8fc58e5b;hb=4b5d4c82766ef1869d03df63fa1e2f0dd050cb6a;hp=7193ace747a5384d149a5e0f98dc944ba724e864;hpb=cbbd0225b07269209c674733bcf70f1c1308e84a;p=freeside.git diff --git a/FS/FS/cust_tax_exempt_pkg.pm b/FS/FS/cust_tax_exempt_pkg.pm index 7193ace74..128921b9c 100644 --- a/FS/FS/cust_tax_exempt_pkg.pm +++ b/FS/FS/cust_tax_exempt_pkg.pm @@ -3,10 +3,11 @@ package FS::cust_tax_exempt_pkg; use strict; use vars qw( @ISA ); use FS::Record qw( qsearch qsearchs ); +use FS::cust_main_Mixin; use FS::cust_bill_pkg; use FS::cust_main_county; -@ISA = qw(FS::Record); +@ISA = qw( FS::cust_main_Mixin FS::Record ); =head1 NAME @@ -55,8 +56,8 @@ inherits from FS::Record. The following fields are currently supported: =item new HASHREF -Creates a new exemption record. To add the example to the database, see -L<"insert">. +Creates a new exemption record. To add the examption record to the database, +see L<"insert">. Note that this stores the hash reference, not a distinct copy of the hash it points to. You can ask the object for a copy with the I method. @@ -95,7 +96,7 @@ returns the error, otherwise returns false. =item check -Checks all fields to make sure this is a valid example. If there is +Checks all fields to make sure this is a valid exemption record. If there is an error, returns the error, otherwise returns false. Called by the insert and replace methods.