mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor cleanup
This commit is contained in:
parent
67179887d7
commit
c46cf68d59
@ -39,12 +39,15 @@ class Rule extends BaseRule implements RuleInterface
|
|||||||
public bool $foreign_consumer_tax_exempt = true;
|
public bool $foreign_consumer_tax_exempt = true;
|
||||||
|
|
||||||
public string $tax_name1 = '';
|
public string $tax_name1 = '';
|
||||||
|
|
||||||
public float $tax_rate1 = 0;
|
public float $tax_rate1 = 0;
|
||||||
|
|
||||||
public string $tax_name2 = '';
|
public string $tax_name2 = '';
|
||||||
|
|
||||||
public float $tax_rate2 = 0;
|
public float $tax_rate2 = 0;
|
||||||
|
|
||||||
public string $tax_name3 = '';
|
public string $tax_name3 = '';
|
||||||
|
|
||||||
public float $tax_rate3 = 0;
|
public float $tax_rate3 = 0;
|
||||||
|
|
||||||
protected ?Client $client;
|
protected ?Client $client;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user