X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;fp=FS%2FFS%2FConf.pm;h=a7e5d947a3b1c9be6da7d9d65855ff9e81dda5f8;hp=6bfbf983cb870b85b6e7f658d2a7392b5c7231a2;hb=bda14295c400a8e829c223b80e55826977992ecc;hpb=fe58901b811f0ab26e8f93a9563fb93bc98e4c19 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 6bfbf983c..a7e5d947a 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.',