forked from kevinowino869/mitrobill
add full name in invoice
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user