fix: stampa metodo di pagamento in fattura
This commit is contained in:
parent
8855e0d3d4
commit
af23ce12e4
|
@ -60,6 +60,13 @@ echo '
|
|||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table>
|
||||
<tr>
|
||||
<td valign="top" class="border-bottom border-top text-center">
|
||||
<p class="small-bold text-muted">'.tr('Metodo di pagamento', [], ['upper' => true]).'</p>
|
||||
<p>'.$record['pagamento'].'</p>
|
||||
</td>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="col-xs-6 pull-right">
|
||||
|
|
Loading…
Reference in New Issue