diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-11-07 12:31:42 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-11-07 12:31:42 -0800 |
| commit | 80f265ee8f2603f0e3f7f5ad6c6c0cf704f98cb8 (patch) | |
| tree | 8240fc5c2852491a49fdbe39eb38a915938726dd /FS | |
| parent | 5da68ff1a7c638e30cbafbc9b0749f1e82b333df (diff) | |
fix 404 cities.cgi / self-service dynamic addresses
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/ClientAPI/MasonComponent.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/ClientAPI/MasonComponent.pm b/FS/FS/ClientAPI/MasonComponent.pm index 3c3bf4cb3..493e0c0c2 100644 --- a/FS/FS/ClientAPI/MasonComponent.pm +++ b/FS/FS/ClientAPI/MasonComponent.pm @@ -21,6 +21,7 @@ my %allowed_comps = map { $_=>1 } qw( /misc/phonenums.cgi /misc/states.cgi /misc/counties.cgi + /misc/cities.cgi /misc/svc_acct-domains.cgi /misc/part_svc-columns.cgi /edit/elements/svc_forward.html |
