mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for company tax rate
This commit is contained in:
parent
4574c48985
commit
66efb49eeb
@ -52,7 +52,7 @@ class CompanyTaxRate implements ShouldQueue
|
||||
|
||||
/** State must be calculated else default to the company state for taxes */
|
||||
if(array_key_exists($this->company->settings->state, USStates::get())) {
|
||||
$calculated_state = $this->company->setting->state;
|
||||
$calculated_state = $this->company->settings->state;
|
||||
}
|
||||
else {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user