changes for bbnepal
This commit is contained in:
@ -54,7 +54,7 @@ class Ledger extends CI_Controller
|
||||
$data['to_date'] = null;
|
||||
}
|
||||
if (isset($_GET)) {
|
||||
$data = $_GET;
|
||||
$data = $_GET;
|
||||
}
|
||||
$data['pageTitle'] = "View Party Ledger";
|
||||
$data['fiscalStart'] = NepaliToEnglishDate($data['fromDate'] ?? $this->session->userdata['FiscalYear']->fiscalyear_from);
|
||||
|
Reference in New Issue
Block a user