diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-03-26 01:01:02 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-03-26 01:01:02 -0700 |
commit | 8b70e8a3848d850e72d458c312bad4b0a516191a (patch) | |
tree | ca9df613d0b48288a9e53acbff096e862c698823 | |
parent | eaf1b3660fc8ce4436dae0b2e50545c563c6a8b5 (diff) |
no longer an experiment, RT#22187
-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 a676e66c9..e8b3333de 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4944,7 +4944,7 @@ and customer address. Include units.', { 'key' => 'pkg-balances', 'section' => 'billing', - 'description' => 'Enable experimental package balances. Not recommended for general use.', + 'description' => 'Enable per-package balances.', 'type' => 'checkbox', }, |