label changes in fees screen

This commit is contained in:
gandhimathi 2018-03-12 11:35:57 +05:30
parent f5a368ce76
commit b55ecff94f

View File

@ -19,7 +19,7 @@
<div class="col-md-3 form-group" <div class="col-md-3 form-group"
ng-class="{'has-error':Form.setfeesType.$dirty && Form.setfeesType.$invalid, 'has-success':Form.setfeesType.$valid}"> ng-class="{'has-error':Form.setfeesType.$dirty && Form.setfeesType.$invalid, 'has-success':Form.setfeesType.$valid}">
<label> <label>
Fees Type <span class="symbol required"></span> Sem/Year <span class="symbol required"></span>
</label> </label>
<select class="form-control" name="setfeesType" tabindex="7" id="setfeesType" ng-change="changeInstallemt(setModel.feesType,Form);changeSessions(setModel.feesType,'0');" <select class="form-control" name="setfeesType" tabindex="7" id="setfeesType" ng-change="changeInstallemt(setModel.feesType,Form);changeSessions(setModel.feesType,'0');"
ng-model="setModel.feesType" ng-model="setModel.feesType"
@ -404,7 +404,7 @@
<table class="table"> <table class="table">
<thead> <thead>
<tr> <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=='P001' || feesStructureInfo[0].ProgramType=='P002'">Session From/Session To</th>
<th ng-if="feesStructureInfo[0].ProgramType=='Y001'">Session</th> <th ng-if="feesStructureInfo[0].ProgramType=='Y001'">Session</th>
<th>Roll Number</th> <th>Roll Number</th>