change supplier do date and supplier name

This commit is contained in:
omair saleh
2021-03-12 15:09:03 +08:00
parent 3f69b78c69
commit e00a692b14
+2 -2
View File
@@ -451,8 +451,8 @@ class InvoiceController extends Controller
'); ');
$mpdf->SetHTMLHeader(' $mpdf->SetHTMLHeader('
<div style="border-bottom: solid 1px black; padding-bottom: 5px;"> <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="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 style="text-align: right; width: auto; float: right">'.$invoice->po_number.'</div>
</div> </div>
'); ');
$mpdf->WriteHTML($html); $mpdf->WriteHTML($html);