Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JazzarKarim committed Jan 4, 2024
1 parent ccca4b7 commit 7b45fbf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/mixins/amalgamation-mixin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,7 @@ export default class AmalgamationMixin extends Vue {
return null
}

/**
* Disallow only foreign businesses (including EPs).
* (An amalgamation where all TINGs are foreign will be Phase 2.)
*/
/** Disallow if there are no BC Companies. */
needBcCompany (): AmlStatuses {
if (!this.isAnyBcCompany) {
return AmlStatuses.ERROR_NEED_BC_COMPANY
Expand Down

0 comments on commit 7b45fbf

Please sign in to comment.