11 lines
377 B
PHP
11 lines
377 B
PHP
<br/>
|
|
<table cellpadding="0" cellspacing="0" border="0" width="100%">
|
|
<tr>
|
|
<td>
|
|
<table cellpadding="0" cellspacing="0" border="1">
|
|
<tr><td height="14" style="text-align:center;" bgcolor="#ccc"><b><?php echo __('Odebrał(a)') ?>:</b></td></tr>
|
|
<tr><td style="text-align:center;" height="60"><?php echo $invoice->getSignatureCustomer(); ?></td></tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|