diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-08-25 20:48:04 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-08-25 20:48:04 -0700 |
commit | a733f6150824170191ca43efe7ffbf71b77999a8 (patch) | |
tree | 13f076a60d6c269b2f4bb0bc9c38c9b6884be688 | |
parent | 06fe63b19b1a92d8a4feded62f0cc60ce82ef6ab (diff) |
docs, RT#72101
-rw-r--r-- | FS/FS/cust_msg.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/cust_msg.pm b/FS/FS/cust_msg.pm index 27272b8a3..5309e2533 100644 --- a/FS/FS/cust_msg.pm +++ b/FS/FS/cust_msg.pm @@ -23,9 +23,9 @@ FS::cust_msg - Object methods for cust_msg records =head1 DESCRIPTION -An FS::cust_msg object represents an email message generated by Freeside -and sent to a customer (see L<FS::msg_template>). FS::cust_msg inherits -from FS::Record. The following fields are currently supported: +An FS::cust_msg object represents an email message generated by Freeside. +FS::cust_msg inherits from FS::Record. The following fields are currently +supported: =over 4 |