course details changes done
This commit is contained in:
parent
0267748e22
commit
aab6f1e222
@ -59,7 +59,7 @@ class Branch_Controller extends REST_Controller {
|
|||||||
$details['Address'] = $this->post('address');
|
$details['Address'] = $this->post('address');
|
||||||
$details['EmailID'] = $this->post('email');
|
$details['EmailID'] = $this->post('email');
|
||||||
$details['CreatedBy'] = $this->post('createdBy');
|
$details['CreatedBy'] = $this->post('createdBy');
|
||||||
$details['IsActive'] = $this->post('status') == true ? 1 : 0;
|
$details['IsActive'] = $this->post('status');
|
||||||
|
|
||||||
$imageStat = $this->post('imageStatus');
|
$imageStat = $this->post('imageStatus');
|
||||||
|
|
||||||
@ -125,7 +125,7 @@ class Branch_Controller extends REST_Controller {
|
|||||||
$details['LandlineNumber'] = $this->post('landLine');
|
$details['LandlineNumber'] = $this->post('landLine');
|
||||||
$details['Address'] = $this->post('address');
|
$details['Address'] = $this->post('address');
|
||||||
$details['EmailID'] = $this->post('email');
|
$details['EmailID'] = $this->post('email');
|
||||||
$details['IsActive'] = $this->post('status') == true ? 1 : 0;
|
$details['IsActive'] = $this->post('status');
|
||||||
$details['UpdatedBy'] = $this->post('createdBy');
|
$details['UpdatedBy'] = $this->post('createdBy');
|
||||||
$date = date('Y-m-d H:i:s');
|
$date = date('Y-m-d H:i:s');
|
||||||
$details['UpdatedOn'] = $date;
|
$details['UpdatedOn'] = $date;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user