DIE REMOVED
This commit is contained in:
parent
5b9b348ea4
commit
1cbd72b193
@ -798,7 +798,7 @@ class PD_Controller extends REST_Controller {
|
||||
|
||||
/***********************CHOOSE PD TEMPALATE*********************/
|
||||
$pd_details['fk_pd_template_id'] = $this->assignPDTempalate($pd_details['pd_id']);
|
||||
echo $pd_details['fk_pd_template_id'];
|
||||
//echo $pd_details['fk_pd_template_id'];
|
||||
if($pd_details['fk_pd_template_id'] != "" || $pd_details['fk_pd_template_id'] != null)
|
||||
{
|
||||
|
||||
@ -811,7 +811,7 @@ class PD_Controller extends REST_Controller {
|
||||
}
|
||||
|
||||
}
|
||||
die();
|
||||
//die();
|
||||
$primary_address_id = null;
|
||||
|
||||
if( $exist_pd_details[0]['fk_primary_address_id'] == null && $exist_pd_details[0]['is_child'] == 0)//Master PD only
|
||||
|
||||
Loading…
Reference in New Issue
Block a user