pending customer po grouped by customer

This commit is contained in:
omair saleh
2020-12-07 18:26:40 +08:00
parent f9aabeda35
commit db64bc59e7
@@ -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;