diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-08-25 20:48:02 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-08-25 20:48:02 -0700 |
commit | f122002060734955dee22d5d32a51d90af3a4489 (patch) | |
tree | e5b117c987d5ea2ffd3320749803007f0d50d85e | |
parent | f6a21d8aa8eb308a3764515297b32562888a46e1 (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 |