Fix PDF invoice - now depends on php-7.3-ext
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
return [
|
||||
'pdf' => array(
|
||||
'enabled' => true,
|
||||
'binary' => '/var/www/html/vendor/bin/wkhtmltopdf-amd64',
|
||||
'binary' => '/usr/bin/wkhtmltopdf',
|
||||
'timeout' => false,
|
||||
'options' => array('print-media-type' => true),
|
||||
'env' => array(),
|
||||
),
|
||||
|
||||
'image' => array(
|
||||
'enabled' => true,
|
||||
'enabled' => false,
|
||||
'binary' => '/var/www/html/vendor/bin/wkhtmltoimage',
|
||||
'timeout' => false,
|
||||
'options' => array(),
|
||||
|
Reference in New Issue
Block a user