setfees batch alert issue changes
This commit is contained in:
parent
68a05f2f60
commit
3479ffd4f6
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user