diff --git a/Apollo/assets/views/status-update/setFeesForStudent.html b/Apollo/assets/views/status-update/setFeesForStudent.html index fa050887..5001b3a0 100755 --- a/Apollo/assets/views/status-update/setFeesForStudent.html +++ b/Apollo/assets/views/status-update/setFeesForStudent.html @@ -25,7 +25,7 @@ ng-model="setModel.feesType" ng-options="fees.Sem_Year for fees in feesStructureInfo" required> - + Fees type is required @@ -39,7 +39,7 @@ ng-model="setModel.feesType.BatchCode" ng-options="batch.BatchCode as batch.BatchName for batch in BatchDetails" ng-click="changeBatch(setModel.feesType);" ng-disabled="setModel.feesType.ExistValue=='1' && userType=='R002'" required> - + Batch is required