CHANGE_bds_issue-final-fix-8 - VADIVEL J 2025-11-01 12:04
This commit is contained in:
parent
37dbf54108
commit
604bd494bf
@ -3283,6 +3283,8 @@
|
||||
$where ?? ''
|
||||
);
|
||||
|
||||
$data['list_new'] = true;
|
||||
|
||||
// 🧩 Load View
|
||||
$this->loadLayout('report_bds_filter', $data);
|
||||
}
|
||||
|
||||
@ -148,10 +148,11 @@
|
||||
<!-- end page title -->
|
||||
<div id="file_list">
|
||||
<?php
|
||||
include('report_bds.php');
|
||||
?>
|
||||
<?php
|
||||
// include('report_bds_new.php');
|
||||
if( isset($list_new) && $list_new ){
|
||||
include('report_bds_new.php');
|
||||
}else{
|
||||
include('report_bds.php');
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user