mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +01:00
fix: stampa metodo di pagamento in fattura
This commit is contained in:
parent
3d89062de8
commit
9f49b0a3a6
@ -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…
x
Reference in New Issue
Block a user