diff options
Diffstat (limited to 'site_perl/cust_main_county.pm')
-rw-r--r-- | site_perl/cust_main_county.pm | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/site_perl/cust_main_county.pm b/site_perl/cust_main_county.pm index f4b4595ae..9c81406ae 100644 --- a/site_perl/cust_main_county.pm +++ b/site_perl/cust_main_county.pm @@ -41,6 +41,8 @@ currently supported: =item county +=item country + =item tax - percentage =back @@ -126,7 +128,7 @@ sub check { my($recref) = $self->hashref; $self->ut_numbern('taxnum') - or $self->ut_text('state') + or $self->ut_textn('state') or $self->ut_textn('county') or $self->ut_float('tax') ; @@ -135,12 +137,14 @@ sub check { =back +=head1 VERSION + +$Id: cust_main_county.pm,v 1.2 1998-11-18 09:01:43 ivan Exp $ + =head1 BUGS It doesn't properly override FS::Record yet. -A country field (and possibly a currency field) should be added. - =head1 SEE ALSO L<FS::Record>, L<FS::cust_main>, L<FS::cust_bill>, schema.html from the base @@ -155,6 +159,11 @@ Changed check for 'tax' to use the new ut_float subroutine pod ivan@sisd.com 98-sep-21 +$Log: cust_main_county.pm,v $ +Revision 1.2 1998-11-18 09:01:43 ivan +i18n! i18n! + + =cut 1; |