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');