X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=d4983ae4867b2ca20873f347ce800c144f424f4c;hb=7109bfc5e06bbabb3d61c6298ce59cf287541667;hp=e27a88584f7d20bdf03ceb1060537dc322aad0f2;hpb=f981034339688ff4a3c072732afb17112370bbf1;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index e27a88584..d4983ae48 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3779,11 +3779,18 @@ and customer address. Include units.', 'type' => 'select', 'select_hash' => [ '' => 'No', '1YMMXXXXXXXX' => '1YMMXXXXXXXX', - '1001XXXXXXXX' => '1001XXXXXXXX', ], }, { + 'key' => 'cust_main-custnum-display_prefix', + 'section' => 'UI', + 'description' => 'Prefix the customer number with this number for display purposes (and zero fill to 8 digits).', + 'type' => 'text', + #and then probably agent-virt this to merge these instances + }, + + { 'key' => 'cust_main-default_areacode', 'section' => 'UI', 'description' => 'Default area code for customers.',