1
0
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:
valentina 2024-10-28 16:39:40 +01:00
parent 3d89062de8
commit 9f49b0a3a6

View File

@ -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">