mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for showing invoice
This commit is contained in:
parent
98c07573e3
commit
c01f6debca
@ -101,7 +101,8 @@ class PaymentController extends Controller
|
||||
|
||||
$data = [
|
||||
'invoice' => $invoice,
|
||||
'key' => false
|
||||
'key' => false,
|
||||
'invitation' => $invoice->invitations->first()
|
||||
];
|
||||
|
||||
if ($request->query('mode') === 'fullscreen') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user