X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FConf.pm;h=a4b842322349b8161c765b89bcb134448fab8a65;hb=57999adbee73616a2c18b82df74d476f5005dcd8;hp=fe010f77b29e9554ea79a46eea45dfe88d7a8fc6;hpb=9bdca2fe23584918219395b62effbb9ef0fc5f1c;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index fe010f77b..a4b842322 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3217,7 +3217,7 @@ and customer address. Include units.', 'section' => 'UI', 'description' => 'The year to use in census tract lookups', 'type' => 'select', - 'select_enum' => [ qw( 2009 2008 2007 2006 ) ], + 'select_enum' => [ qw( 2010 2009 2008 ) ], }, { @@ -3294,6 +3294,13 @@ and customer address. Include units.', }, { + 'key' => 'order_pkg-no_start_date', + 'section' => 'UI', + 'description' => 'Don\'t set a default start date for new packages.', + 'type' => 'checkbox', + }, + + { 'key' => 'mcp_svcpart', 'section' => '', 'description' => 'Master Control Program svcpart. Leave this blank.',