course details changes done

This commit is contained in:
gandhimathi 2018-03-09 13:10:21 +05:30
parent 4cfae1e9dd
commit c0120f7746

View File

@ -66,6 +66,9 @@
<label ng-if="updateModel.feesType.ProgramType=='Y001'">
Session <span class="symbol required"></span>
</label>
<label ng-if="updateModel.feesType.ProgramType!='Y001' && updateModel.feesType.ProgramType!='P001' && updateModel.feesType.ProgramType!='P002'">
Session <!--<span class="symbol required"></span>-->
</label>
<input type="text" placeholder="Enter Session Name"
tabindex="8" class="form-control" name="sessionname"
@ -158,7 +161,7 @@
ng-if="Form.others.$error.maxlength || Form.others.$error.pattern">Enter a valid amount</span>
</div>
<div class="col-md-3 form-group"
<!--<div class="col-md-3 form-group"
ng-class="{'has-error':Form.waiver.$dirty && Form.waiver.$invalid}">
<label>
Waiver</span>
@ -173,7 +176,7 @@
<span class="error text-small block"
ng-if="Form.waiver.$error.maxlength || Form.waiver.$error.pattern">Enter a valid amount</span>
</div>
</div>-->
<div class="col-md-3 form-group"
ng-class="{'has-error':Form.total.$dirty && Form.total.$invalid}">
<label>
@ -425,7 +428,7 @@
<th>Course Fees</th>
<th>STF/WR</th>
<th>Others</th>
<th>Waiver</th>
<!-- <th>Waiver</th>-->
<th>Payable Fees</th>
<th>Paid</th>
<th>Balance</th>
@ -446,7 +449,7 @@
<td>{{p.CourseFees}}</td>
<td>{{p.STFOrWR}}</td>
<td>{{p.Others}}</td>
<td>{{p.Waiver}}</td>
<!--<td>{{p.Waiver}}</td>-->
<td>{{p.PayableAmount}}</td>
<td>{{p.PaidBillAmount}}</td>
<td>{{p.BalanceAmount}}</td>