mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
pending customer po grouped by customer
This commit is contained in:
@@ -432,9 +432,6 @@ class InvoiceController extends Controller
|
||||
$fontData = $defaultFontConfig['fontdata'];
|
||||
|
||||
$mpdf = new \Mpdf\Mpdf([
|
||||
'fontDir' => array_merge($fontDirs, [
|
||||
__DIR__ . '/custom/font/directory',
|
||||
]),
|
||||
'tempDir' => storage_path('tempdir')
|
||||
]);
|
||||
$mpdf->shrink_tables_to_fit=1;
|
||||
|
||||
Reference in New Issue
Block a user