byledger
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user