From df866ceca085f7a68cedf78e1fc52ba2c18013f0 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 8 Feb 2018 11:28:48 +0530 Subject: [PATCH] course details changes done --- Apollo/api/application/config/constants.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Apollo/api/application/config/constants.php b/Apollo/api/application/config/constants.php index 1cb26b57..727d80a3 100755 --- a/Apollo/api/application/config/constants.php +++ b/Apollo/api/application/config/constants.php @@ -129,6 +129,7 @@ defined('DAYBOOKMASTER') OR define('DAYBOOKMASTER','T_DayBookMaster'); defined('INCOMEOUTCOMEMASTER') OR define('INCOMEOUTCOMEMASTER','T_Income_Outcome_Master'); defined('FEES_INSTALLMENT') OR define('FEES_INSTALLMENT','T_Fees_Installments'); defined('CENTER') OR define('CENTER','T_CenterMaster'); +defined('SUBJECTMASTER') OR define('SUBJECTMASTER','T_SubjectMaster'); defined('SESSIONMASTER') OR define('SESSIONMASTER','T_Session_Master'); defined('SESSIONDETAILS') OR define('SESSIONDETAILS','T_SessionDetails');