employer data bug
This commit is contained in:
@@ -146,7 +146,7 @@ public function employersList() :ResponseInterface {
|
|||||||
&& $insert_data['email'] !=''
|
&& $insert_data['email'] !=''
|
||||||
&& $insert_data['phone'] !='' ){
|
&& $insert_data['phone'] !='' ){
|
||||||
$result = $this-> insert_db('employers', $insert_data);
|
$result = $this-> insert_db('employers', $insert_data);
|
||||||
$sig_count = $this->updateSignatoryCount( $insert_data['employer_uid'] );
|
$sig_count = $this->updateSignatoryCount( $data['employer_uid'] );
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$result = [
|
$result = [
|
||||||
|
|||||||
Reference in New Issue
Block a user