diff options
author | ivan <ivan> | 1999-07-20 10:37:05 +0000 |
---|---|---|
committer | ivan <ivan> | 1999-07-20 10:37:05 +0000 |
commit | 19c3d2717fb417187fb0f020a7ba2b065f3f8e30 (patch) | |
tree | 888c6c1941833e15a0d5ebeb33addb4ca292c559 /site_perl/cust_main.pm | |
parent | d605e2e68f3c388bd0479fb0aba1bb1bc8e61e73 (diff) |
cleaned up the new one-screen signup bits in htdocs/edit/cust_main.cgi to
prepare for a signup server
Diffstat (limited to 'site_perl/cust_main.pm')
-rw-r--r-- | site_perl/cust_main.pm | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/site_perl/cust_main.pm b/site_perl/cust_main.pm index d67e6811f..6140dcc29 100644 --- a/site_perl/cust_main.pm +++ b/site_perl/cust_main.pm @@ -143,6 +143,8 @@ FS::Record. The following fields are currently supported: =item night - phone (optional) +=item fax - phone (optional) + =item payby - `CARD' (credit cards), `BILL' (billing), or `COMP' (free) =item payinfo - card number, P.O.#, or comp issuer (4-8 lowercase alphanumerics; think username) @@ -928,7 +930,7 @@ sub check_invoicing_list { =head1 VERSION -$Id: cust_main.pm,v 1.23 1999-07-17 02:24:14 ivan Exp $ +$Id: cust_main.pm,v 1.24 1999-07-20 10:37:05 ivan Exp $ =head1 BUGS @@ -987,7 +989,11 @@ enable cybercash, cybercash v3 support, don't need to import FS::UID::{datasrc,checkruid} ivan@sisd.com 98-sep-19-21 $Log: cust_main.pm,v $ -Revision 1.23 1999-07-17 02:24:14 ivan +Revision 1.24 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.23 1999/07/17 02:24:14 ivan bug noticed by Steve Gertz <sglist@hollywood.mwis.net> Revision 1.22 1999/04/15 16:44:36 ivan |