Add Balance to Reports

This commit is contained in:
Ibnu Maksum
2023-08-23 16:52:17 +07:00
parent a09dc57495
commit 4fd8165d89
3 changed files with 3 additions and 1 deletions

View File

@ -379,3 +379,4 @@ $_L['Cannot_send_to_yourself'] = 'Cannot send to yourself';
$_L['Sending_balance_success'] = 'Sending balance success';
$_L['From'] = 'From';
$_L['To'] = 'To';
$_L['insufficient_balance'] = 'insufficient balance';