Euro symbol not being displayed in PDF fix
This commit is contained in:
parent
d75d9c6932
commit
eb0f26fc9d
@ -349,7 +349,7 @@ class Invoices extends Controller
|
|||||||
|
|
||||||
$invoice = $this->prepareInvoice($invoice);
|
$invoice = $this->prepareInvoice($invoice);
|
||||||
|
|
||||||
$html = view($invoice->template_path, compact('invoice'))->render();
|
$html = mb_convert_encoding(view($invoice->template_path, compact('invoice'))->render(), 'HTML-ENTITIES');
|
||||||
|
|
||||||
$pdf = \App::make('dompdf.wrapper');
|
$pdf = \App::make('dompdf.wrapper');
|
||||||
$pdf->loadHTML($html);
|
$pdf->loadHTML($html);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user