mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Minor fix for preview
This commit is contained in:
parent
26cceac505
commit
95455f732b
@ -125,7 +125,7 @@ class PreviewController extends BaseController
|
||||
->design($design)
|
||||
->build();
|
||||
|
||||
if (request()->has('html') && request()->input('html') == true) {
|
||||
if (request()->query('html') == true) {
|
||||
return $maker->getCompiledHTML;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user