Skip to content

Commit

Permalink
6686-bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karthik-aot committed Mar 4, 2021
1 parent 02eedfb commit 07d2cdd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default class IncorporationSearchResultView extends Vue {
text: 'Number',
align: 'left',
sortable: false,
value: 'businessNumber',
value: 'businessIdentifier',
width: '25%'
},
{
Expand Down Expand Up @@ -183,7 +183,7 @@ export default class IncorporationSearchResultView extends Vue {
}
private async entityDashboardEvent () {
window.location.href = `${ConfigHelper.getCoopsURL()}${this.currentBusiness.businessNumber}`
window.location.href = `${ConfigHelper.getCoopsURL()}${this.currentBusiness.businessIdentifier}`
}
private async manageAccountEvent () {
Expand Down

0 comments on commit 07d2cdd

Please sign in to comment.