mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Show quotes
This commit is contained in:
parent
604f074dfa
commit
580628b7f9
@ -44,7 +44,7 @@ class QuoteController extends Controller
|
|||||||
];
|
];
|
||||||
|
|
||||||
if ($request->query('mode') === 'fullscreen') {
|
if ($request->query('mode') === 'fullscreen') {
|
||||||
return response()->file($quote->pdf_file_path(null, 'path'));
|
return render('quotes.show-fullscreen', $data);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->render('quotes.show', $data);
|
return $this->render('quotes.show', $data);
|
||||||
|
@ -0,0 +1,2 @@
|
|||||||
|
<iframe src="{{ $quote->pdf_file_path() }}"
|
||||||
|
style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;"></iframe>
|
Loading…
x
Reference in New Issue
Block a user