add full name in invoice

This commit is contained in:
Ibnu Maksum
2024-04-05 09:34:29 +07:00
parent 006693982b
commit afd75d757e
4 changed files with 17 additions and 2 deletions

View File

@ -41,6 +41,10 @@
<td>{Lang::T('Balance')}</td>
<td>{Lang::moneyFormat($trx['price'])}</td>
</tr>
<tr>
<td>{Lang::T('Balance')}</td>
<td>{$trx['note']}</td>
</tr>
</tbody>
</table>
{else}