From fa8a42b29c19f9cb692f409e6ac3d081010ec3f8 Mon Sep 17 00:00:00 2001 From: Alex Brelsfoard Date: Tue, 10 Feb 2015 00:10:00 -0500 Subject: RT #29285 adding new config to disable city requirement --- FS/FS/Conf.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 5ea3555e7..fa612c065 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3396,6 +3396,14 @@ and customer address. Include units.', 'per_agent' => 1, }, + { + 'key' => 'city_not_required', + 'section' => 'required', + 'description' => 'Turn off requirement for a City to be entered for billing & shipping addresses', + 'type' => 'checkbox', + 'per_agent' => 1, + }, + { 'key' => 'echeck-void', 'section' => 'deprecated', -- cgit v1.2.1