From 96f92df239d98e8c5f23c178e0ef484ab9db2cbf Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Wed, 10 Jan 2018 17:59:10 +0530 Subject: [PATCH] installment table added in constant --- 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 158d7fbd..06e68d0a 100755 --- a/Apollo/api/application/config/constants.php +++ b/Apollo/api/application/config/constants.php @@ -127,6 +127,7 @@ defined('DEFAULTACTIVITY') OR define('DEFAULTACTIVITY','T_StatusMaster'); defined('CERTIFICATION_MASTER') OR define('CERTIFICATION_MASTER','T_CertificationMaster'); 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');