diff options
author | jeff <jeff> | 2009-05-29 04:43:55 +0000 |
---|---|---|
committer | jeff <jeff> | 2009-05-29 04:43:55 +0000 |
commit | ea34c834e4d9915a97730113d78b1b43ccd7684d (patch) | |
tree | e8b58d81e6a3b673dbd427f4ba297eb641041eb1 | |
parent | 7e368366b4b1c3b6a2b1990f34d79a15289cadcc (diff) |
correct description to reflect previous changes
-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 cb53ef7d1..b1bc97ab6 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -916,7 +916,7 @@ worry that config_items is freeside-specific and icky. { 'key' => 'invoice_sections', 'section' => 'billing', - 'description' => 'Split invoice into sections and label according to package class when enabled.', + 'description' => 'Split invoice into sections and label according to package category when enabled.', 'type' => 'checkbox', }, |