5 lines
279 B
PHP
5 lines
279 B
PHP
<br/>
|
|
<table cellpadding="0" cellspacing="0" border="1" width="100%">
|
|
<tr><td height="14" style="text-align:center;"><b><?php echo __('Wystawił(a)') ?>:</b></td></tr>
|
|
<tr><td style="text-align:center;" height="60"><?php echo $invoice->getSignatureSeller(); ?></td></tr>
|
|
</table>
|