Skip to content

Commit

Permalink
Merge pull request #8681 from turbo124/v5-stable
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
turbo124 committed Aug 1, 2023
2 parents ad7c039 + c931672 commit ca1b3ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Helpers/Invoice/InvoiceItemSumInclusive.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ public function __construct(RecurringInvoice | Invoice | Quote | Credit | Purcha

if ($this->invoice->client) {
$this->currency = $this->invoice->client->currency();
$this->client = $this->invoice->client;
$this->shouldCalculateTax();
} else {
$this->currency = $this->invoice->vendor->currency();
Expand Down

0 comments on commit ca1b3ba

Please sign in to comment.