day book master changes

This commit is contained in:
gandhimathi 2018-04-26 15:53:51 +05:30
parent 545073b82d
commit 355d7705ed

View File

@ -110,6 +110,7 @@ class DayBookMaster_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('requestedBranch');
$updateDetails = $this->daybookmaster_model->updateDayBook($details);// Check if the users data store contains users (in case the database result returns NULL)
if ($updateDetails)