Merge pull request #762 from boumanb/master
Euro symbol not being displayed in PDF fix
This commit is contained in:
commit
24923b89d9
@ -349,7 +349,7 @@ class Invoices extends Controller
|
||||
|
||||
$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->loadHTML($html);
|
||||
|
Loading…
x
Reference in New Issue
Block a user