2
0
forked from Wavyzz/dolibarr

FIX Css of amount on remain to pay on expense report

This commit is contained in:
Laurent Destailleur
2018-12-17 13:57:30 +01:00
parent 6b5c0d1ea1
commit 17b2fd295f
2 changed files with 19 additions and 8 deletions

View File

@@ -1442,6 +1442,7 @@ function dol_banner_tab($object, $paramid, $morehtml='', $shownav=1, $fieldid='r
{
if (empty($conf->global->MAIN_DISABLE_PDF_THUMBS)) // If you experienc trouble with pdf thumb generation and imagick, you can disable here.
{
include_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
$ret = dol_convert_file($file, 'png', $fileimage);
if ($ret < 0) $error++;
}