Skip to content

Commit 3136818

Browse files
committed
Updated invoice download on public
1 parent 7364740 commit 3136818

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http/Controllers/Portal/InvoiceController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ public function process(Invoice $invoice, Request $request)
8585
->loadView('laravel-crm::invoices.pdf', [
8686
'invoice' => $invoice,
8787
'contactDetails' => $this->settingService->get('invoice_contact_details')->value ?? null,
88+
'paymentInstructions' => $this->settingService->get('invoice_payment_instructions')->value ?? null,
8889
'email' => $email ?? null,
8990
'phone' => $phone ?? null,
9091
'address' => $address ?? null,

0 commit comments

Comments
 (0)