Skip to content

Commit

Permalink
Merge pull request #216 from marklise/prc647
Browse files Browse the repository at this point in the history
PRC-647: Fix region display.
  • Loading branch information
marklise authored Sep 6, 2018
2 parents 3df1516 + edbd738 commit b5e807b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h3>Basic Information</h3>
</li>
<li class="pt-0">
<span class="name">Region</span>
<span class="value">{{applicationService.getRegionString(application.region) || '-'}}</span>
<span class="value">{{applicationService.getRegionString(applicationService.getRegionCode(application.businessUnit)) || '-'}}</span>
</li>
<li>
<span class="name">Location</span>
Expand Down

0 comments on commit b5e807b

Please sign in to comment.