X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=e32be9578f5135e941aaf902392d7d799218a5fe;hb=854285c1b4abfab0dc9f781026713dc05521d5e1;hp=9f660733c025082bbd85bf5c201bea9972030cdd;hpb=0f9f314fa40adf66b672065f8f3477789c50ae56;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 9f660733c..e32be9578 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1647,7 +1647,7 @@ and customer address. Include units.', { 'key' => 'quotation_disable_after_days', - 'section' => 'quotations', + 'section' => '', 'description' => 'The number of days, if set, after which a non-converted quotation will be automatically disabled.', 'type' => 'text' }, @@ -4580,6 +4580,7 @@ and customer address. Include units.', '' => 'Numeric only', '\d{7}' => 'Numeric only, exactly 7 digits', 'ww?d+' => 'Numeric with one or two letter prefix', + 'd+-w' => 'Numeric with a dash and one letter suffix', ], }, @@ -6109,6 +6110,13 @@ and customer address. Include units.', }, { + 'key' => 'selfservice-ACH_info_readonly', + 'section' => 'self-service', + 'description' => 'make ACH on self service portal read only', + 'type' => 'checkbox', + }, + + { 'key' => 'selfservice-announcement', 'section' => 'self-service', 'description' => 'HTML announcement to display to all authenticated users on account overview page',