summaryrefslogtreecommitdiff
path: root/FS/FS/cust_main_invoice.pm
diff options
context:
space:
mode:
authorthalakan <thalakan>2001-07-27 06:17:46 +0000
committerthalakan <thalakan>2001-07-27 06:17:46 +0000
commit9b1aada27ca0d46931edb05a34a9885e2f253778 (patch)
tree4e500028f8b8bf39d133108ce8f43985055e8a87 /FS/FS/cust_main_invoice.pm
parent3ebf10b2e784390c7c3593b29886e980aff2ff5f (diff)
Documented some subtle behavior of the checkdest method.
Diffstat (limited to 'FS/FS/cust_main_invoice.pm')
-rw-r--r--FS/FS/cust_main_invoice.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/FS/FS/cust_main_invoice.pm b/FS/FS/cust_main_invoice.pm
index 309691a..d06a718 100644
--- a/FS/FS/cust_main_invoice.pm
+++ b/FS/FS/cust_main_invoice.pm
@@ -117,7 +117,9 @@ sub check {
=item checkdest
-Checks the dest field only.
+Checks the dest field only. If it finds that the account ends in the
+same domain configured in the configuration files, it will change the
+invoice destination from an email address to a service number instead.
=cut
@@ -167,7 +169,7 @@ sub address {
=head1 VERSION
-$Id: cust_main_invoice.pm,v 1.2 2000-06-20 07:13:03 ivan Exp $
+$Id: cust_main_invoice.pm,v 1.3 2001-07-27 06:17:46 thalakan Exp $
=head1 BUGS