TEST_COMMIT
This commit is contained in:
parent
0e05ec0ac7
commit
c30439ecd3
@ -2037,7 +2037,7 @@ class PolicyTransactionController extends BaseController
|
|||||||
//insurer statement list page
|
//insurer statement list page
|
||||||
public function statementList()
|
public function statementList()
|
||||||
{
|
{
|
||||||
// dd($this->validateInsurerStatement(['file_id' => 49])); // for check validateInsurerStatementfunction with hard coded file id
|
// dd($this->validateInsurerStatement(['file_id' => 49])); // for check validateInsurerStatementfunction with hard coded file id always un command
|
||||||
$data['insurers'] = $this->insurerModel->where('is_active',1)->findAll();
|
$data['insurers'] = $this->insurerModel->where('is_active',1)->findAll();
|
||||||
$today = date('Y-m-d');
|
$today = date('Y-m-d');
|
||||||
$fromday = $from_date = date('Y-m-d', strtotime('-180 days', strtotime($today)));
|
$fromday = $from_date = date('Y-m-d', strtotime('-180 days', strtotime($today)));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user