day book master changes
This commit is contained in:
parent
545073b82d
commit
355d7705ed
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user