mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for preview
This commit is contained in:
parent
d7009f5072
commit
019427602c
@ -300,7 +300,9 @@ class PreviewController extends BaseController
|
||||
->increment()
|
||||
->batch();
|
||||
}
|
||||
|
||||
|
||||
DB::connection()->getDoctrineConnection()->close();
|
||||
DB::disconnect();
|
||||
|
||||
$response = Response::make($file_path, 200);
|
||||
$response->header('Content-Type', 'application/pdf');
|
||||
|
Loading…
x
Reference in New Issue
Block a user