diff options
author | Mark Wells <mark@freeside.biz> | 2016-07-12 17:32:50 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-07-12 17:32:59 -0700 |
commit | e905c937e83ae9a6bd4361fd9ec9538060c8ec30 (patch) | |
tree | 9911ba2684ecd2c82b1785fba970dfe010867e53 | |
parent | 49d2d3c80a8d8cb241cac7258de28d547b17f826 (diff) |
remove unused config option
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 205c1d2cd..14bc1dc11 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3447,13 +3447,6 @@ and customer address. Include units.', }, { - 'key' => 'cust_pkg-always_show_location', - 'section' => 'packages', - 'description' => "Always display package locations, even when they're all the default service address.", - 'type' => 'checkbox', - }, - - { 'key' => 'cust_pkg-group_by_location', 'section' => 'packages', 'description' => "Group packages by location.", |