From 5e76ae4e7a11bd28478ed68eef8124fb7ff0767c Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 13 Jan 2012 10:13:56 +0000 Subject: sales tax districts, #15089 --- FS/FS/cust_main_county.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FS/FS/cust_main_county.pm') diff --git a/FS/FS/cust_main_county.pm b/FS/FS/cust_main_county.pm index effc428..e937b20 100644 --- a/FS/FS/cust_main_county.pm +++ b/FS/FS/cust_main_county.pm @@ -56,6 +56,8 @@ currently supported: =item taxnum - primary key (assigned automatically for new tax rates) +=item district - tax district (optional) + =item city =item county @@ -119,6 +121,7 @@ sub check { $self->exempt_amount(0) unless $self->exempt_amount; $self->ut_numbern('taxnum') + || $self->ut_alphan('district') || $self->ut_textn('city') || $self->ut_textn('county') || $self->ut_anything('state') -- cgit v1.1