X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=ef2a9388a68e75f8b30e2536c4ac8ce55a05ee62;hp=e0fb80b51d97992a8dc3b958a81bb7b1bbca0e58;hb=1d0374a383ba412f9e9390705965a9d8467508f7;hpb=f954c8671db366b63c6c26721514c8d4a471821d diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index e0fb80b51..ef2a9388a 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2076,6 +2076,14 @@ and customer address. Include units.', }, { + 'key' => 'company_physical_address', + 'section' => 'addresses', + 'description' => 'Your physical company address, for use in supplying google map directions, defaults to company_address', + 'type' => 'textarea', + 'per_agent' => 1, + }, + + { 'key' => 'show_ship_company', 'section' => 'addresses', 'description' => 'Turns on display/collection of a "service company name" field for customers.',