diff options
author | levinse <levinse> | 2011-01-19 20:34:51 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-01-19 20:34:51 +0000 |
commit | 8f004f5beae4bf832d5c07fc440e204c16978153 (patch) | |
tree | e8408dba7fc8c0591f1b6c70f9d2eace071d5f91 | |
parent | e88bf2f5af9cdb6091e6ceacec606868a9067934 (diff) |
fix typo in Conf.pm
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index fe81887b9..ef9f93a7d 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4266,7 +4266,7 @@ and customer address. Include units.', { 'key' => 'cust_bill-no_recipients-error', 'section' => 'invoicing', - 'description' => 'For customers with no invoice recipients, throw a job queue error rather than the default behavior of emailing the invoice to the invoice_from address.'. + 'description' => 'For customers with no invoice recipients, throw a job queue error rather than the default behavior of emailing the invoice to the invoice_from address.', 'type' => 'checkbox', }, |