Skip to content

Commit

Permalink
Fix openMF#2775- Overflow fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
muddlebee committed Mar 2, 2018
1 parent fd63c2e commit b09acb6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/views/products/createfixeddepositproduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ <h3>{{ 'label.heading.interestchart' | translate }}
| translate}}</a>
</div>
</td>
<td>&nbsp;</td>
</tr>

<tr ng-repeat="chartSlab in chart.chartSlabs">
Expand Down
1 change: 0 additions & 1 deletion app/views/products/createrecurringdepositproduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,6 @@ <h3 class="bolder">{{'label.heading.customerattributes' | translate}}</h3>
| translate}}</a>
</div>
</td>
<td>&nbsp;</td>
</tr>
<tr ng-repeat="incentiveData in chartSlab.incentives">
<td>
Expand Down
1 change: 0 additions & 1 deletion app/views/products/editfixeddepositproduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,6 @@ <h3 class="bolder">{{'label.heading.customerattributes' | translate}}</h3>
| translate}}</a>
</div>
</td>
<td>&nbsp;</td>
</tr>
<tr ng-repeat="incentiveData in chartSlab.incentives">
<td>
Expand Down
2 changes: 0 additions & 2 deletions app/views/products/editrecurringdepositproduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ <h3>{{ 'label.heading.interestchart' | translate }}</h3>
| translate}}</a>
</div>
</td>
<td>&nbsp;</td>
</tr>

<tr ng-repeat="chartSlab in chart.chartSlabs">
Expand Down Expand Up @@ -651,7 +650,6 @@ <h3 class="bolder">{{'label.heading.customerattributes' | translate}}</h3>
| translate}}</a>
</div>
</td>
<td>&nbsp;</td>
</tr>
<tr ng-repeat="incentiveData in chartSlab.incentives">
<td>
Expand Down

0 comments on commit b09acb6

Please sign in to comment.