setfees batch alert issue changes
This commit is contained in:
parent
68a05f2f60
commit
3479ffd4f6
@ -37,7 +37,7 @@
|
|||||||
</label>
|
</label>
|
||||||
<select class="form-control" name="batchCode" tabindex="8" id="batchCode"
|
<select class="form-control" name="batchCode" tabindex="8" id="batchCode"
|
||||||
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-blur="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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user