change supplier do date and supplier name

This commit is contained in:
omair saleh
2021-03-12 15:10:52 +08:00
parent 81d2d95f7b
commit c0fb95afbf
+2 -2
View File
@@ -450,9 +450,9 @@ class InvoiceController extends Controller
</table>
');
$mpdf->SetHTMLHeader('
<div style="border-bottom: solid 1px black; padding-bottom: 5px;">
<div style="border-bottom: solid 1px black; padding-bottom: 5px; width: 100%">
<div style="float: left; text-align: center; color: red; text-transform: uppercase; font-weight: bold; font-size: 14px;">Atvantic Import & Export Snd. Bhd (1309816-P)</div>
<div style="text-align: right; width: auto; float: right">'.$invoice->po_number.'</div>
<div style="text-align: right; width: 200px; float: right">'.$invoice->po_number.'</div>
</div>
');
$mpdf->WriteHTML($html);