X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=aa6ad1bcf32adce35fa185df81a0d22b00a4f5fb;hb=5c2a2810f7a6bd5cd3edbba3bb84dc13819585b8;hp=0b4000e4c889334c43e79113e27f31fb4957cb81;hpb=d2e5d9d1f65fc94eb87eae45b675645e92087f49;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 0b4000e4c..aa6ad1bcf 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -730,6 +730,7 @@ worry that config_items is freeside-specific and icky. 'type' => 'select', 'select_hash' => [ '%m/%d/%Y' => 'MM/DD/YYYY', + '%d/%m/%Y' => 'DD/MM/YYYY', '%Y/%m/%d' => 'YYYY/MM/DD', ], }, @@ -2417,6 +2418,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'checkbox', }, + { + 'key' => 'svc_forward-no_srcsvc', + 'section' => '', + 'description' => "Don't allow forwards from existing accounts, only arbitrary addresses. Useful when exporting to systems such as Communigate Pro which treat forwards in this fashion.", + 'type' => 'checkbox', + }, + { 'key' => 'svc_forward-arbitrary_dst', 'section' => '', @@ -3289,6 +3297,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'checkbox', }, + { + 'key' => 'svc_phone-domain', + 'section' => '', + 'description' => 'Track an optional domain association with each phone service.', + 'type' => 'checkbox', + }, + { 'key' => 'default_phone_countrycode', 'section' => '',