change supplier do date and supplier name

This commit is contained in:
omair saleh
2021-03-12 15:14:30 +08:00
parent d94d8fff20
commit 7eb96fe280
+3 -3
View File
@@ -450,10 +450,10 @@ class InvoiceController extends Controller
</table>
');
$mpdf->SetHTMLHeader('
<table width="100%">
<table width="100%" style="border-bottom: 1px solid black;">
<tr>
<td style="text-align: center; color: red; text-transform: uppercase; font-weight: bold; font-size: 20px; 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; font-size: 10px" width="100px">'.$invoice->po_number.'</td>
<td style="text-align: center; color: red; text-transform: uppercase; font-weight: bold; font-size: 20px; padding-bottom: 5px;">Atvantic Import & Export Snd. Bhd (1309816-P)</td>
<td style="text-align: right; padding-bottom: 5px; font-size: 10px" width="100px">'.$invoice->po_number.'</td>
</tr>
</table>
');