This commit is contained in:
Sampanna Rimal
2024-08-09 17:57:49 +05:45
parent c64472a21e
commit 0f5bafdf3e
3 changed files with 134 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class Reports extends CI_Controller
break;
case 'balance_by_ledger':
$accategory_id = 0;
$data['pageTitle'] = "Account Balances By Group";
$data['pageTitle'] = "Account Balances By Ledgers";
if (isset($_GET['group'])) {
$accategory_id = ($_GET['group']) ? $_GET['group'] : 0;
}