X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=site_perl%2Fcust_main_county.pm;fp=site_perl%2Fcust_main_county.pm;h=1418ca1ea5cb2a89bd16d21819ffd4a9119a99df;hp=1ecaed1eca4e54e9d1e37e65ae23aeb20b67647d;hb=19c3d2717fb417187fb0f020a7ba2b065f3f8e30;hpb=d605e2e68f3c388bd0479fb0aba1bb1bc8e61e73 diff --git a/site_perl/cust_main_county.pm b/site_perl/cust_main_county.pm index 1ecaed1ec..1418ca1ea 100644 --- a/site_perl/cust_main_county.pm +++ b/site_perl/cust_main_county.pm @@ -86,6 +86,7 @@ sub check { $self->ut_numbern('taxnum') || $self->ut_textn('state') || $self->ut_textn('county') + || $self->ut_text('country') || $self->ut_float('tax') ; @@ -95,7 +96,7 @@ sub check { =head1 VERSION -$Id: cust_main_county.pm,v 1.3 1998-12-29 11:59:41 ivan Exp $ +$Id: cust_main_county.pm,v 1.4 1999-07-20 10:37:05 ivan Exp $ =head1 BUGS @@ -114,7 +115,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.3 1998-12-29 11:59:41 ivan +Revision 1.4 1999-07-20 10:37:05 ivan +cleaned up the new one-screen signup bits in htdocs/edit/cust_main.cgi to +prepare for a signup server + +Revision 1.3 1998/12/29 11:59:41 ivan mostly properly OO, some work still to be done with svc_ stuff Revision 1.2 1998/11/18 09:01:43 ivan