Skip to content

Commit

Permalink
fixes #11297 - reference proper value for Support Level column
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmckay committed Aug 5, 2015
1 parent 83e98af commit a5a5cc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -75,7 +75,7 @@
<td bst-table-cell><div subscription-type="subscription"></div></td>
<td bst-table-cell>{{ subscription.start_date | date:"shortDate" }}</td>
<td bst-table-cell>{{ subscription.end_date | date:"shortDate" }}</td>
<td bst-table-cell>{{ subscription.service_level }}</td>
<td bst-table-cell>{{ subscription.support_level }}</td>
<td bst-table-cell>{{ subscription.contract_number }}</td>
<td bst-table-cell>{{ subscription.account_number }}</td>
</tr>
Expand Down
Expand Up @@ -84,7 +84,7 @@
<td bst-table-cell><div subscription-type="subscription"></div></td>
<td bst-table-cell>{{ subscription.start_date | date:"shortDate" }}</td>
<td bst-table-cell>{{ subscription.end_date | date:"shortDate" }}</td>
<td bst-table-cell>{{ subscription.service_level }}</td>
<td bst-table-cell>{{ subscription.support_level }}</td>
<td bst-table-cell>{{ subscription.contract_number }}</td>
<td bst-table-cell>{{ subscription.account_number }}</td>
</tr>
Expand Down

0 comments on commit a5a5cc7

Please sign in to comment.