X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=728a2136bc1691ed172a6c19a17b65e9d6f7f3bb;hp=3c4c6eebe39b75f67b6a2dd74778708ceddbc1f4;hb=ec5603ae351d4ed8e4873dcd20bf71f8a4d549bb;hpb=71c1e7b1305b8bf7f2128d92d6547f5708ab4121 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 3c4c6eebe..728a2136b 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2350,6 +2350,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'checkbox', }, + { + 'key' => 'cust_main-default_areacode', + 'section' => 'UI', + 'description' => 'Default area code for customers.', + 'type' => 'text', + }, + ); 1;