diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-08-25 23:15:43 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-08-25 23:15:43 -0500 |
commit | 707dc003409789d9a90c6e3c772821be2c230b98 (patch) | |
tree | 60d4022f1f3630fdab1addf8983e08e6508e11f1 | |
parent | e4056d2c8ced18e0ece2639df9054b78547992d3 (diff) | |
parent | a733f6150824170191ca43efe7ffbf71b77999a8 (diff) |
Merge branch 'FREESIDE_4_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_4_BRANCH
-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 |