Minor Fixes

This commit is contained in:
David Bomba 2025-01-11 23:24:34 +11:00
parent 79cfb63de8
commit e79eab340b
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class InvoiceItemSumInclusive
private $sub_total;
private $tax_collection;
7
private bool $calc_tax = false;
private Client | Vendor $client;