change supplier do date and supplier name

This commit is contained in:
omair saleh
2021-03-12 15:06:42 +08:00
parent fe67935879
commit 3f69b78c69
+4 -6
View File
@@ -450,12 +450,10 @@ class InvoiceController extends Controller
</table>
');
$mpdf->SetHTMLHeader('
<table width="100%">
<tr>
<td style="text-align: center; color: red; text-transform: uppercase; font-weight: bold; font-size: 14px; border-bottom: 1px solid black; padding-bottom: 5px;">Atvantic Import & Export Snd. Bhd (1309816-P)</td>
<td style="text-align: right; border-bottom: 1px solid black; padding-bottom: 5px;">'.$invoice->po_number.'</td>
</tr>
</table>
<div style="border-bottom: solid 1px black; padding-bottom: 5px;">
<div style="display: block; text-align: center; color: red; text-transform: uppercase; font-weight: bold; font-size: 14px;">Atvantic Import & Export Snd. Bhd (1309816-P)</div>
<div style="inline-block; text-align: right; width: auto;">'.$invoice->po_number.'</div>
</div>
');
$mpdf->WriteHTML($html);