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 09d9d2f commit 2526704
Show file tree
Hide file tree
Showing 3 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 @@ -331,7 +331,6 @@ <h3>{{ 'label.heading.interestchart' | translate }}
| translate}}</a>
</div>
</td>
<td>&nbsp;</td>
</tr>

<tr ng-repeat="chartSlab in chart.chartSlabs">
Expand Down
2 changes: 0 additions & 2 deletions app/views/products/createrecurringdepositproduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,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 @@ -628,7 +627,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/editfixeddepositproduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ <h3>{{ 'label.heading.interestchart' | translate }}
| translate}}</a>
</div>
</td>
<td>&nbsp;</td>
</tr>

<tr ng-repeat="chartSlab in chart.chartSlabs">
Expand Down Expand Up @@ -602,7 +601,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 2526704

Please sign in to comment.