Fix Print Invoice

This commit is contained in:
Ibnu Maksum
2023-08-30 09:01:37 +07:00
parent 5a10c19853
commit 51416626fb
2 changed files with 5 additions and 8 deletions

View File

@ -33,7 +33,7 @@
============================================<br>
{$_L['Type']} : <b>{$d['type']}</b><br>
{$_L['Plan_Name']} : <b>{$d['plan_name']}</b><br>
{$_L['Plan_Price']} : <b>{Lang::moneyFormat($in['price'])}</b><br>
{$_L['Plan_Price']} : <b>{Lang::moneyFormat($d['price'])}</b><br>
<br>
{$_L['Username']} : <b>{$d['username']}</b><br>
{$_L['Password']} : **********<br>