From feddede85a4c08a552c14e8270b575e6d1b66fa0 Mon Sep 17 00:00:00 2001 From: velz Date: Wed, 19 Sep 2018 18:52:12 +0530 Subject: [PATCH] TEST --- api/application/config/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/config/constants.php b/api/application/config/constants.php index 9907be99..e8e13311 100644 --- a/api/application/config/constants.php +++ b/api/application/config/constants.php @@ -146,7 +146,7 @@ defined('PDALLOCATIONTYPEID') OR define('PDALLOCATIONTYPEID','pd_allocation_type defined('PDLOCATIONAPPROACH') OR define('PDLOCATIONAPPROACH','m_pd_location_approach'); defined('PDLOCATIONAPPROACHID') OR define('PDLOCATIONAPPROACHID','pd_location_approach_id'); -defined('PDSTATUS') OR define('PDSTATUS','m_pd_status'); +defined('PDSTATUS') OR define('PDSTATUS','c_pd_status'); defined('PDSTATUSID') OR define('PDSTATUSID','pd_status_id'); defined('PDTYPE') OR define('PDTYPE','m_pd_type');