X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fbilling.html;h=5935da9cdf2a03a82bdd27158fc699a7d912a2fd;hb=b0fd49b9efe2a4340fafa80aacf424ed81de8a66;hp=8d3925a08220df59199bc2e645979de014df13c8;hpb=6a509099343ed155525c4304f1ad742cc6e4ce59;p=freeside.git diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 8d3925a08..5935da9cd 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -132,13 +132,13 @@ set_display_recurring(<% encode_json({'display_recurring' => [ $cust_main->displ % } -% if ( $conf->config('tax_data_vendor') eq 'cch' ) { +% if ( $conf->config('tax_data_vendor') ) { <% mt('Tax location') |h %> % my $tax_location = $conf->exists('tax-ship_address') % ? $cust_main->ship_location % : $cust_main->bill_location; - <% $tax_location->geocode('cch') %> + <% $tax_location && $tax_location->geocode %> % } @@ -200,13 +200,6 @@ set_display_recurring(<% encode_json({'display_recurring' => [ $cust_main->displ -% if ( $conf->exists('voip-cust_cdr_spools') ) { - - <% mt('Spool CDRs') |h %> - <% $cust_main->spool_cdr ? $yes : $no %> - -% } - % if ( $conf->exists('voip-cust_cdr_squelch') ) { <% mt($conf->exists('voip-cdr_email') ? 'Print CDRs' : 'Show CDRs') |h %>