label changes in fees screen
This commit is contained in:
parent
f5a368ce76
commit
b55ecff94f
@ -19,7 +19,7 @@
|
||||
<div class="col-md-3 form-group"
|
||||
ng-class="{'has-error':Form.setfeesType.$dirty && Form.setfeesType.$invalid, 'has-success':Form.setfeesType.$valid}">
|
||||
<label>
|
||||
Fees Type <span class="symbol required"></span>
|
||||
Sem/Year <span class="symbol required"></span>
|
||||
</label>
|
||||
<select class="form-control" name="setfeesType" tabindex="7" id="setfeesType" ng-change="changeInstallemt(setModel.feesType,Form);changeSessions(setModel.feesType,'0');"
|
||||
ng-model="setModel.feesType"
|
||||
@ -404,7 +404,7 @@
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Fees Name</th>
|
||||
<th>Sem/Year</th>
|
||||
<th ng-if="feesStructureInfo[0].ProgramType=='P001' || feesStructureInfo[0].ProgramType=='P002'">Session From/Session To</th>
|
||||
<th ng-if="feesStructureInfo[0].ProgramType=='Y001'">Session</th>
|
||||
<th>Roll Number</th>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user