diff --git a/Apollo/assets/views/status-update/setFeesForStudent.html b/Apollo/assets/views/status-update/setFeesForStudent.html index 77f20498..61560400 100755 --- a/Apollo/assets/views/status-update/setFeesForStudent.html +++ b/Apollo/assets/views/status-update/setFeesForStudent.html @@ -267,11 +267,12 @@ is-open="startOpen" ng-init="startOpen = false" name="date{{$index}}" + id="date{{$index}}" datepicker-options="dateOptions" placeholder="Select Date" min-date="getDateArray[$index].Date" max-date="getDateArray[$index+2].Date" - close-text="Close" ng-change="setFeesTotalAmount(setModel.feesType,'2','2');" ng-disabled="setModel.feesType.ExistValue=='1' && userType=='R002'" required="required"/> + close-text="Close" ng-change="setFeesTotalAmount(setModel.feesType,'2','2');" ng-disabled="setModel.feesType.ExistValue=='1' && userType=='R002'" ng-readonly="true" required="required"/> Date is required.