From b164ae8e49718b1d4ea33e9b61bfe6710c2939f5 Mon Sep 17 00:00:00 2001 From: velz Date: Mon, 10 Dec 2018 16:44:35 +0530 Subject: [PATCH] RELATIONWITHBUSINESS --- api/application/config/constants.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/application/config/constants.php b/api/application/config/constants.php index ea743199..9f498460 100644 --- a/api/application/config/constants.php +++ b/api/application/config/constants.php @@ -439,6 +439,8 @@ defined('NONINDIVIDUALENTITIESID') OR define('NONINDIVIDUALENTITIESID','non_indi defined('COMPANYRELATIONSHIPS') OR define('COMPANYRELATIONSHIPS','m_company_relationships'); defined('COMPANYRELATIONSHIPSID') OR define('COMPANYRELATIONSHIPSID','company_relationship_id'); +defined('RELATIONWITHBUSINESS') OR define('RELATIONWITHBUSINESS','m_relation_with_business'); +defined('RELATIONWITHBUSINESSID') OR define('RELATIONWITHBUSINESSID','relation_with_business_id');