diff options
author | levinse <levinse> | 2011-01-19 20:34:55 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-01-19 20:34:55 +0000 |
commit | add94dc87400b5d19c80b23ec9a8627abba5dd26 (patch) | |
tree | 0f396482909afa9e09c9602c26a189cedfa001ea /FS | |
parent | 9a88505be6e1f0cbd158cfdafce5786d7c65c9a5 (diff) |
fix typo in Conf.pm
Diffstat (limited to 'FS')
-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 f979b0532..84e57b22b 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4224,7 +4224,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', }, |