diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-09-27 12:36:41 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-09-27 12:36:41 -0500 |
commit | 81643ac74ebfd1bad8de026f87c9ff4c6b19fc14 (patch) | |
tree | a85a5df9f8b265e6434980c6ecbade3af7bb597a | |
parent | 9939ddd7f968caa03c6632d56d46d9519d1c1905 (diff) |
72456: Directions - override company_address [v3 reconcile]
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 870c0095f..17ec73678 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2234,7 +2234,7 @@ and customer address. Include units.', { 'key' => 'company_physical_address', - 'section' => 'addresses', + 'section' => 'UI', 'description' => 'Your physical company address, for use in supplying google map directions, defaults to company_address', 'type' => 'textarea', 'per_agent' => 1, |