mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Local Pdf generation
This commit is contained in:
parent
d0cb07eb2d
commit
68340905b9
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
{!! Former::checkbox('pdf_email_attachment')
|
{!! Former::checkbox('pdf_email_attachment')
|
||||||
->text(trans('texts.enable'))
|
->text(trans('texts.enable'))
|
||||||
->help( Utils::isNinja() ? trans('texts.phantomjs_help', [
|
->help( Utils::isNinja() && ! env('PHANTOMJS_BIN_PATH') ? trans('texts.phantomjs_help', [
|
||||||
'link_phantom' => link_to('https://phantomjscloud.com/', 'phantomjscloud.com', ['target' => '_blank']),
|
'link_phantom' => link_to('https://phantomjscloud.com/', 'phantomjscloud.com', ['target' => '_blank']),
|
||||||
'link_docs' => link_to('https://www.invoiceninja.com/self-host/#phantomjs', 'PhantomJS', ['target' => '_blank'])
|
'link_docs' => link_to('https://www.invoiceninja.com/self-host/#phantomjs', 'PhantomJS', ['target' => '_blank'])
|
||||||
]) : false) !!}
|
]) : false) !!}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user