certificate master changes
This commit is contained in:
parent
8a9c295feb
commit
87df090202
@ -117,6 +117,7 @@ class Certificate_Controller extends REST_Controller {
|
||||
$details['IsActive'] = $this->post('status');
|
||||
$details['UpdatedBy'] = $this->post('updatedBy');
|
||||
$details['UpdatedOn'] = $now->format("Y-m-d H:i:s");
|
||||
$details['BranchCode'] = $this->post('reqBrach');
|
||||
$certificateDetails = $this->certificate_model->update($details,$updateID);// Check if the users data store contains users (in case the database result returns NULL)
|
||||
|
||||
if ($certificateDetails)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user