Fix export pdf in custom certificate see BT#14143

pull/2543/head
jmontoyaa 7 years ago
parent 90d29cac10
commit bb9770c4f7
  1. 3
      plugin/customcertificate/src/print_certificate.php

@ -455,7 +455,8 @@ $params = [
];
$pdf = new PDF($params['format'], $params['orientation'], $params);
$pdf->content_to_pdf($htmlText, '', $fileName, null, 'I', false, null, false, true, false);
$pdf->content_to_pdf($htmlText, '', $fileName, null, 'D', false, null, false, false, false);
exit;
function getIndexFiltered($index)
{

Loading…
Cancel
Save