change supplier do date and supplier name

This commit is contained in:
omair saleh
2021-03-12 15:17:11 +08:00
parent 66cc46425b
commit 4f7c4a5a90
+1 -1
View File
@@ -453,7 +453,7 @@ class InvoiceController extends Controller
<table width="100%" style="border-bottom: 1px solid black;">
<tr>
<td style="text-align: right; 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="200px">'.$invoice->po_number.'</td>
<td style="text-align: right; padding-bottom: 5px; font-size: 10px" width="100px">'.$invoice->po_number.'</td>
</tr>
</table>
');