summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorAlex Brelsfoard <alex@freeside.biz>2015-02-10 00:10:00 -0500
committerAlex Brelsfoard <alex@freeside.biz>2015-02-10 00:10:00 -0500
commitd422d2530bda9de3af830f1e1ab1084061b486f5 (patch)
treed7b00517e047823acdbe4111cf2afe18f18e690c /FS
parent64514e0541c94b23a096acb265cb47e9ca6e6f85 (diff)
RT #29285 adding new config to disable city requirement
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 029f1a1bf..9ba3f0983 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -3352,6 +3352,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',