diff options
| author | Mark Wells <mark@freeside.biz> | 2016-11-14 16:02:31 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2016-11-14 16:02:31 -0800 |
| commit | 5b2872a065cd65c823e9056b9153e4548ee7c201 (patch) | |
| tree | 7f6ab48084bbe4c2ebdb963a58d3e23ac69efffa /httemplate/elements/menu.html | |
| parent | 79c4a2f57e660defff2eb03d1f5c8ad7e590272b (diff) | |
Billsoft -> Avalara adjustments, checkpoint
Diffstat (limited to 'httemplate/elements/menu.html')
| -rw-r--r-- | httemplate/elements/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index c4ea9cd7c..72b586e19 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -503,7 +503,7 @@ tie my %tools_importing, 'Tie::IxHash', 'Phone numbers (DIDs)' => [ $fsurl.'misc/phone_avail-import.html', '' ], 'Call Detail Records (CDRs)' => [ $fsurl.'misc/cdr-import.html', '' ], ; -if ( $conf->config('tax_data_vendor') eq 'cch' ) { +if ( $conf->config('tax_data_vendor') ) { if ( $conf->exists('taxdatadirectdownload') ) { $tools_importing{'Tax rates from vendor site'} = [ $fsurl.'misc/tax-fetch_and_import.cgi', '' ]; |
