Files
crm.e5.pl/modules/EcmPurchaseOrders/PDFTemplate/header.php
2024-04-27 09:23:34 +02:00

18 lines
498 B
PHP

<?php
$header = '
<table style="font-size: 8pt; width: 100%"><tr>
<td width="15%">
<img style="width: 70px;" src="modules/EcmDocumentTemplates/files/13899e0f-321c-229a-aa3e-48be4a1532c1.png"/>
</td>
<td width="45%" style="text-align: left; vertical-align: top;">
<b>NABYWCA</b><br />
e5 Polska Sp. z o. o.<br />
ul. Wąwozowa 11<br />
02-796 Warszawa<br />
NIP: 5252173990
</td>
<td style="text-align: left; vertical-align: top;">
</td>
</tr></table>
<hr>
';