mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Fixes for taxes
This commit is contained in:
parent
c4076d8428
commit
91563a4102
@ -118,7 +118,7 @@ class BaseRule implements RuleInterface
|
|||||||
|
|
||||||
protected ?Response $tax_data;
|
protected ?Response $tax_data;
|
||||||
|
|
||||||
public ?Invoice $invoice;
|
public mixed $invoice;
|
||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
@ -129,7 +129,7 @@ class BaseRule implements RuleInterface
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setInvoice(Invoice $invoice): self
|
public function setInvoice(mixed $invoice): self
|
||||||
{
|
{
|
||||||
$this->invoice = $invoice;
|
$this->invoice = $invoice;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user