diff options
author | Alex Brelsfoard <alex@freeside.biz> | 2015-02-10 00:10:00 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-07-02 23:42:53 -0500 |
commit | fa8a42b29c19f9cb692f409e6ac3d081010ec3f8 (patch) | |
tree | ebb4e1499c618362f92f69d4f9a7ed6e3addda65 /FS | |
parent | ca8b9c43d93fce9dc821e03f9126ad47f4c1b016 (diff) |
RT #29285 adding new config to disable city requirement
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ -3397,6 +3397,14 @@ and customer address. Include units.', }, { + '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', 'description' => '<B>DEPRECATED</B>, now controlled by ACLs. Used to enable local-only voiding of echeck payments in addition to refunds against the payment gateway', |