student view batch code changes

This commit is contained in:
gandhimathi 2018-06-15 14:35:47 +05:30
parent 83a6c411d7
commit f3c56670e3

View File

@ -283,7 +283,7 @@
<span>{{fees.FeesName}}</span>
</td>
<td>
<span>{{fees.BatchName}}</span><span ng-if="fees.BatchDate!='' && fees.BatchDate!=null">&nbsp;({{fees.BatchDate}})</span>
<span>{{fees.BatchName}}</span><span ng-if="fees.BatchCode!='' && fees.BatchCode!=null">&nbsp;({{fees.BatchCode}})</span>
</td>
<td ng-if="course.feesDetails[0].ProgramType=='P001' || course.feesDetails[0].ProgramType=='P002'">{{fees.SessionName}}/{{fees.ToSessionName}}</td>
<td ng-if="course.feesDetails[0].ProgramType=='Y001'">{{fees.SessionName}}</td>