mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
change supplier do date and supplier name
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user