This commit is contained in:
velz 2018-11-23 19:23:07 +05:30
commit 6ec20bf57b
2 changed files with 6 additions and 11 deletions

View File

@ -673,17 +673,12 @@ class Common_Masters_Controller extends REST_Controller {
// } // }
// } // }
public function deletePdTeamMapping_post() public function deletePdTeamMapping_post()
{ {
// print_r($this->post('pdteam_city_id'));
// die();
// $pk = $this->post('pdteam_city_id');
$where_condition_array = array('pdteam_city_id'=>$this->post('pdteam_city_id')); $where_condition_array = array('pdteam_city_id'=>$this->post('pdteam_city_id'));
// $pdTeamCity = array(
// 'pdteam_city_id'=> $this->post('pdteam_city_id'));
$pdTeamChild = array( $pdTeamChild = array(
'pdteam_city_id'=>$this->post('pdteam_city_id')); 'pdteam_city_id'=>$this->post('pdteam_city_id'));