branch master changes
This commit is contained in:
parent
277b22d427
commit
1dc6649c1c
@ -62,6 +62,7 @@ class Branch_Controller extends REST_Controller {
|
||||
$details['CreatedBy'] = $this->post('createdBy');
|
||||
$details['IsActive'] = $this->post('status') == "true" ? 1 : 0;
|
||||
$details['CreatedOn'] = $now->format('Y-m-d H:i:s');
|
||||
$details['FeesReceiptTitle'] = $this->post('feesTitle');
|
||||
|
||||
$imageStat = $this->post('imageStatus');
|
||||
|
||||
@ -132,6 +133,7 @@ class Branch_Controller extends REST_Controller {
|
||||
$details['IsActive'] = $this->post('status') == "true" ? 1 : 0;
|
||||
$details['UpdatedBy'] = $this->post('createdBy');
|
||||
$details['UpdatedOn'] = $now->format("Y-m-d H:i:s");
|
||||
$details['FeesReceiptTitle'] = $this->post('feesTitle');
|
||||
|
||||
$imageStat = $this->post('imageStatus');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user