diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-02-17 18:13:04 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-02-17 18:13:04 -0600 |
commit | dba9a62fa32e07d4461e9c081201f69c0cda7015 (patch) | |
tree | 36bfbb7dea6693520a364c2d6b9c28840836775e | |
parent | 0c2cb2d865f84d21032ebc9780118d44df4ddf26 (diff) |
fixed hanging bracket in Conf
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index bb04d9427..169f9fe16 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2147,8 +2147,6 @@ and customer address. Include units.', }, { - - { 'key' => 'show_ship_company', 'section' => 'UI', 'description' => 'Turns on display/collection of a "service company name" field for customers.', |