branch master changes

This commit is contained in:
gandhimathi 2018-04-25 16:33:29 +05:30
parent 277b22d427
commit 1dc6649c1c

View File

@ -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');