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,10 +450,12 @@ class InvoiceController extends Controller
|
|||||||
</table>
|
</table>
|
||||||
');
|
');
|
||||||
$mpdf->SetHTMLHeader('
|
$mpdf->SetHTMLHeader('
|
||||||
<div style="border-bottom: solid 1px black; padding-bottom: 5px; width: 100%">
|
<table 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>
|
<tr>
|
||||||
<div style="text-align: right; width: 200px; float: right">'.$invoice->po_number.'</div>
|
<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>
|
||||||
</div>
|
<td style="text-align: right; border-bottom: 1px solid black; padding-bottom: 5px;" width="200px">'.$invoice->po_number.'</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
');
|
');
|
||||||
$mpdf->WriteHTML($html);
|
$mpdf->WriteHTML($html);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user