X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fbilling.html;h=5935da9cdf2a03a82bdd27158fc699a7d912a2fd;hb=833cfe5c9938d33c3e6b97ed610c25a7afa6eb04;hp=49dbeaeba11c219e4b6808df2428da87e3065743;hpb=a5a541f3b1db3192f7d4a7dd5ad1fbf5800ef586;p=freeside.git diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 49dbeaeba..5935da9cd 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -138,7 +138,7 @@ set_display_recurring(<% encode_json({'display_recurring' => [ $cust_main->displ % my $tax_location = $conf->exists('tax-ship_address') % ? $cust_main->ship_location % : $cust_main->bill_location; - <% $tax_location->geocode %> + <% $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 %>