course details changes done
This commit is contained in:
parent
50d7f9e5b9
commit
950e1c0694
@ -25,7 +25,7 @@
|
|||||||
ng-model="setModel.feesType"
|
ng-model="setModel.feesType"
|
||||||
ng-options="fees.Sem_Year for fees in feesStructureInfo"
|
ng-options="fees.Sem_Year for fees in feesStructureInfo"
|
||||||
required>
|
required>
|
||||||
<option value=""> Select Fees Type</option>
|
<!-- <option value=""> Select Fees Type</option>-->
|
||||||
</select>
|
</select>
|
||||||
<span class="error text-small block"
|
<span class="error text-small block"
|
||||||
ng-if="Form.setfeesType.$dirty && Form.setfeesType.$invalid">Fees type is required</span>
|
ng-if="Form.setfeesType.$dirty && Form.setfeesType.$invalid">Fees type is required</span>
|
||||||
@ -39,7 +39,7 @@
|
|||||||
ng-model="setModel.feesType.BatchCode"
|
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'"
|
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>
|
required>
|
||||||
<option value=""> Select Batch</option>
|
<!-- <option value=""> Select Batch</option>-->
|
||||||
</select>
|
</select>
|
||||||
<span class="error text-small block"
|
<span class="error text-small block"
|
||||||
ng-if="Form.batchCode.$dirty && Form.batchCode.$invalid">Batch is required</span>
|
ng-if="Form.batchCode.$dirty && Form.batchCode.$invalid">Batch is required</span>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user