X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fconfig%2Fconfig-view.cgi;h=5f09b128a383fcc6e6f531039a5c2341d41dbc11;hp=e63dfe3fbd4d2541c4b178f0b122b46d225c885a;hb=HEAD;hpb=508f9f825f2d0a4b41b9e3c83f4e4a616f8eb5bf diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi index e63dfe3fb..5f09b128a 100644 --- a/httemplate/config/config-view.cgi +++ b/httemplate/config/config-view.cgi @@ -212,11 +212,15 @@ invoice language options: -
<% encode_entities(join("\n",
-     map { length($_) > 88 ? substr($_,0,88).'...' : $_ }
-         $conf->config($i->key, $agentnum)
-   ) )
-%>
+ +% my $escaped = eval { encode_entities(join("\n", +% map { length($_) > 88 ? substr($_,0,88).'...' : $_ } +% $conf->config($i->key, $agentnum) +% ) ); +% }; +% $escaped = $@ ? '('.encode_entities($@).')' : $escaped; +
<% $escaped %>
+ @@ -435,7 +439,7 @@ my @sections = (qw( important billing payments payment_batching credit_cards e-checks taxation packages suspension cancellation - printing print_services + printing print_services email_to_voice_services invoicing invoice_email invoice_balances invoice_templates quotations notification UI addresses customer_number customer_fields reporting localization scalability backup @@ -443,7 +447,7 @@ my @sections = (qw( API ticketing appointments network_monitoring services username password - telephony RADIUS wireless_broadband shell BIND hosting + telephony telephony_invoicing RADIUS wireless_broadband shell BIND hosting ), '', qw( development deprecated ) );