1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Fixes for tests

This commit is contained in:
David Bomba 2024-11-05 21:10:05 +11:00
parent 908dbdb4bf
commit d680906d68

View File

@ -377,7 +377,7 @@ class BaseRule implements RuleInterface
} }
$this->taxByType($item); // $this->taxByType($item);
return $this; return $this;