mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor fixes
This commit is contained in:
parent
7c0498a835
commit
4e5e9c3a16
@ -192,8 +192,6 @@ class BaseRule implements RuleInterface
|
|||||||
|
|
||||||
public function tax($item = null): self
|
public function tax($item = null): self
|
||||||
{
|
{
|
||||||
nlog($this->client_region);
|
|
||||||
nlog($this->seller_region);
|
|
||||||
|
|
||||||
if ($this->client->is_tax_exempt) {
|
if ($this->client->is_tax_exempt) {
|
||||||
return $this->taxExempt();
|
return $this->taxExempt();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user