OGL
This commit is contained in:
parent
449be57b32
commit
563cd71823
@ -113,6 +113,7 @@ defined('ALLOCATED_TO_PARTNER') OR define('ALLOCATED_TO_PARTNER','ALLOCATED_TO_P
|
||||
defined('ARCHIVED') OR define('ARCHIVED','ARCHIVED');
|
||||
defined('CANCELLED') OR define('CANCELLED','CANCELLED');
|
||||
defined('DRAFT') OR define('DRAFT','DRAFT');
|
||||
defined('RESCHEDULED') OR define('RESCHEDULED','RESCHEDULED');
|
||||
|
||||
|
||||
/*******************End Of Constants PD status**************************/
|
||||
|
||||
@ -559,6 +559,7 @@ class PD_Controller extends REST_Controller {
|
||||
if($pd_details['pd_status'] == COMPLETED)
|
||||
{
|
||||
$pd_details['complete_location'] = $pd_details['link'];
|
||||
unset($pd_details['link']);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user