setfees batch alert issue changes

This commit is contained in:
gandhimathi 2018-05-07 18:02:22 +05:30
parent 68a05f2f60
commit 3479ffd4f6

View File

@ -37,7 +37,7 @@
</label>
<select class="form-control" name="batchCode" tabindex="8" id="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-blur="changeBatch(setModel.feesType);" ng-disabled="setModel.feesType.ExistValue=='1' && userType=='R002'"
required>
<!-- <option value=""> Select Batch</option>-->
</select>