init
This commit is contained in:
19
modules/EcmInvoiceCosOuts/PDFTemplate/header.php
Normal file
19
modules/EcmInvoiceCosOuts/PDFTemplate/header.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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>SPRZEDAWCA</b><br />
|
||||
e5 Polska Sp. z o. o.<br />
|
||||
ul. Wąwozowa 11<br />
|
||||
02-796 Warszawa<br />
|
||||
NIP: PL5252173990
|
||||
</td>
|
||||
<td style="text-align: left; vertical-align: top;">
|
||||
</td>
|
||||
<td style="text-align: right; vertical-align: top;"></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
';
|
||||
Reference in New Issue
Block a user